get VideoObject from flashplayer

Hello,

 

i am try get VideoObject from cn.ru. I am already get the m3u8 playlist and its work fine, but my tv can not play it.
This is the source: http://www.cn.ru/tv/telecast/9161265/37280616/
I can not understand how i can get the VideoObject with SeriviceCode.

Thanks in advice :)

The method for finding and retrieving the source video stream will vary from one website to another. My usual process is to:

  1. Check if the video is statically linked in the web page source HTML. If so, determine the appropriate parsing mechanism (eg. xpath expression) to reliably grab the video URL. Othewise;
  2. Monitor HTTP traffic as the web page and video stream load. Watch for the specific calls that lead to the video loading and recreate that logic in your URL Service.

I written URL Service Code and it's works fine. My next step was write a SiteConfiguration, but i get message m3u8 cann't load.

Is it possible to force transcode m3u8 (TS) to another video format?

SiteConfiguration files are no longer necessary/functional. They used to be used for screen capturing flash/silverlight video via webkit. Support for webkit has been removed since it was incredibly buggy and hard to support on the few platforms where it was even possible to use.

The only way to force PMS to transcode files (TS or any other) is on the client side. It's not possible from the plugin code to force transcoding. Different clients may display different behaviour with regards to HLS streams and transcoding. There isn't really a silver bullet on that front.

Ok, thank you!

My next step is write a Profile for my tv.

Best regards
zross

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.