I’m using several sources and I would hate to create site configs. I tested a bit further and found out that I can download the video with the following rtmpdump command:
tcUrl and playpath are the equivalents to url and to clip.
9.1.1. When you should NOT create a Site Config¶<br />
<br />
If you have access to the video stream directly, then you should not use a site configuration file.<br />
<br />
You will have to do some sleuthing to see if you can get access to the .flv, .mp4 or RTMP streams directly. You can use tools like the Net inspector in Firebug or you can sometimes find the stream URL passed in as a parameter to the player if you view the HTML source.<br />
<br />
Some formats will just not work. RTMPE (note the E) or other formats which have DRM will have to be played with the flash/silverlight player and warrant the creation of a Site Configuration file<br />
I'll try creatin a WebVideoItem, but there is no way of testing it online or outside of Plex?
Yes there seems to be a verification process (rtmpdump says something about ignoring swfVerification request), but if rtmpdum can simply ignore it Plex should be able to do the same :)
dir.Append(WebVideoItem("http://www.videoportal.sf.tv/video?id=b03a40a3-1696-4c13-874e-39bfa9d67241", "Test", "Nur ein Test", summary="toytoytoy",thumb=None, art=None))<br />
but in Plex only the "opening stream..."-popup appears and the audio is being played in the background, it stays that way. Any idea what I've done wrong here?
Thank you, but still no video. Perhaps I misunderstood the seekbar part, I took the coords from the very left of the seekbar and from the very right and set the color to the grey of the thumb.
If you have the duration info you can set it on the (Web)VideoItem with the duration parameter (in milliseconds). I'm not sure if it's displayed in the videoplayer for Flash/Silverlight content though.