Hi all,
I am implementing a site for TV Catalunya Spain. Specifically for a particular category of TV3 "Singulars".
In the configurator Site Creator works properly when I hit me on Play Video Url tab, but when I try to watch the video from MediaPortal can not get to see the video.
I noticed that the disc is put to work but can not see anything.
This is the code of Site:
[...]
Someone could help me .... thank you very much
You seem to have hit a bug in the siteparser...
In Onlinevideos, if the FileUrlRegex isn't specified, the PlaylistUrlRegex is ignored, and the siteparser doesn't mimic that.
So the solution is to move the playlisturl stuff to the fileurl, and that should take care of it.
A couple of pointers though:
- I think the (??!@@).) part in the videourlregex isn't necessary
- Rtmp urls are also playable in onlinevideos (although some need some extra parameters to work correctly)
For the rest: Good work!