Russian TV channels online with archive (help needed)
I have just started making the plugin for kartina.tvWhat is done:
[list]
[*]Authentication
[*]List of channel groups
[*]List of channels
[*]List of archive days
[*]EPG
[/list]
Todo:
[list]
[*]Get thumbs
[*]Polish interface
[*]Play stream
[/list]
The main problem is that I can not get the stream to be played in PLEX.
The script gets the link for stream like
http/ts://217.19.222.66:18001/?ticket=GCnSHOl0c5%2Fg5fj8%2FUDzJn76AO6CrqNtYAnUBLBYDB42CNhyCcwl34Va1lGlGCaIPQ9OP0qvT8Dkzh%2BjsFyks%2Ff63OZQfilF%2BAvRsTTdCTWBh1yOHGUDswKJ6R5ebidhnkMb4PJHnVROZvw6pbkhDWh88uEO2T%2FMPvE6%2FbacRJ4%3D
I was passing the URL to
[list=1]
[*]VideoItem
[*]WebVideoItem
[*]RTMPVideoItem
[*]WindowsMediaVideoItem
[/list]
but none of them worked. The best what I get is the pink distorted noise instead of video.
I am looking forward for your help PLEX's gurus.