Quantcast
Jump to content

Siarhei Brazil

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Siarhei Brazil

  1. Following the first link for video bandwidth 

     

    #EXTM3U
    #EXT-X-MEDIA-SEQUENCE:5230924
    #EXT-X-ALLOW-CACHE:NO
    #EXT-X-VERSION:2
    #EXT-X-KEY:METHOD=AES-128,URI="http:/ddd/hls-key/k.bin",IV=0X722d0490d992251e99f94b7dd83fb60c
    #EXT-X-TARGETDURATION:8
    #EXTINF:8,
    ../../../../hls-live/streams/livepkgr/events/_1323_/1323/1323-20Num5230924.ts
    #EXTINF:8,
    ../../../../hls-live/streams/livepkgr/events/_1323_/1323/1323-20Num5230925.ts

     

    #EXTINF:8,
     
    And audio only stream has similar structure:
     
    #EXTM3U
    #EXT-X-MEDIA-SEQUENCE:5230948
    #EXT-X-ALLOW-CACHE:NO
    #EXT-X-VERSION:2
    #EXT-X-KEY:METHOD=AES-128,URI="http:/ddd/phls/3m/hls-key/k.bin",IV=0X722d0490d992251e99f94b7dd83fb60c
    #EXT-X-TARGETDURATION:8
    #EXTINF:8,
    ../../../../hls-live/streams/livepkgr/events/_1002_/1002/1002-20Num5230948.ts
    #EXTINF:8,
     
     
    But for some reasons I am not able to play LIVE stream on the simulator ((
  2. OK accoring with FAQ it is possible to play HLS, see please 

     

    http://developer.lge.com/webOSTV/common-page/faqs.

     

    Also it is said that CODECS should have one value for audio-only streams.

     

    In my case the file(playlist) is:

     

    #EXT-X-STREAM-INF:PROGRAM-ID=1002,BANDWIDTH=220000,CODECS="mp4a.40.5, avc1.42e01e"  ### -- 2 values not audio only stream
    #EXT-X-STREAM-INF:PROGRAM-ID=1002,BANDWIDTH=370000,CODECS="mp4a.40.5, avc1.42e01e"
    #EXT-X-STREAM-INF:PROGRAM-ID=1002,BANDWIDTH=700000,CODECS="mp4a.40.5, avc1.42e01e"
    #EXT-X-STREAM-INF:PROGRAM-ID=1002,BANDWIDTH=64000,CODECS="mp4a.40.5" ###- audio only stream with one value
     

     So it should work, branches with 2 CODECS are not audio only streams, the last line displays audio only stream with one CODEC.

     

    Why it doesn't work? 

  3. Hello,

    I am able to playback VOD content on WebOS TV emulator 2.0 using my iOS app.

    However, when I am trying to playback LIVE stream, I don't observe changes on the emulator. 

    I am using Connect SDK for iOS. 

     

    I read that mime type should be "video/hls" - but it didn't help to me.

    Also, I saw that it's possible to playback HLS using web app on real TV. 

     

    How to play LIVE stream on the emulator using Connect SDK ? 

    Where can I get Emulators' logs to understand what is happening?

     

    Thx

×
×
  • Create New...