Nohani wrote:
felfert wrote:
Nohani wrote:
Recently I converted a video file to .rv Real Video format. I'm unable to play the file by using below codes.
{rv}videoname{/rv}
{rm}videoname{/rm}
How could I play the .rv file?
There is no tag named {rv} (unless you created one yourself) and the existing {rm} tag expects the file extension to be .rm. On page 3 of the documentation, there is a table of supported formats. You can try renaming the extension to .rm and then use the {rm} tag.
Cheers
-Fritz
Thanks Fritz
renaming file format from rv to rm helped. I renamed the file to .rm . It played well on my pc without any problem but on my website it appears as shown in attached file. I can hear the audio only
Ok, so that was just a guess. Rename the file-extension back to .rv we are going to create a new player-variant and tag. Here is how:
1. Select Components->AllVideos Reloaded->Manage Players
2. Click on "New" to create a new player.
3. Fill the form like this:
Name: rv
Description: Real Media Player (Video)
Version, Minimum width and Minimum height: all 0 (zero)
JW Media Player: unchecked
Code:
Code:
<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" style="width: @WIDTH@px; height: @HEIGHT@px;"><param name="controls" value="imagewindow,controlpanel" /><param name="autostart" value="@AUTOSTART!d@" /><param name="src" value="@MURL@" /><embed src="@MURL@" type="audio/x-pn-realaudio-plugin" style="width: @WIDTH@px; height: @HEIGHT@px;" controls="imagewindow,controlpanel" autostart="@AUTOSTART!d@" /></object>
4. If the for is looking like this now, click on the "Save" button:
Attachment:
rvplayer.gif
5. Select Components->AllVideos Reloaded->Manage Tags/Presets
6. Click on the "New" button to create a new tag.
7. Fill the form like this:
Name: rv
Description: Local RV (RealMedia Video)
Version: 0 (zero)
Sampling regex:
Code:
^(.+)\.rv$
Local: checked
Playlist: unchecked
Player: (select the previously created player "Real Media Player (Video)"
Ripper: (Leave at "- None -")
Player template tweaks: (Klick on the small green + Button to open up a new S/R pair)
Left field:
Code:
@MURL@
Right field:
Code:
@VLOC@@CODE@.rv
8. If the form is looking like this now, click on the "Save" button:
Attachment:
rvtag.gif
After that, you can use the new rv tag in your content: {rv}videonam{/rv}
From now on, the .rv extension is also recognized in the "AVR Media" dialog in the content editor.
I also have attached 2 screenshots of the "New player" and "New tag" pages just before hitting "Save".
Cheers
-Fritz