v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)
(2016-07-02, 15:24)popcornmix Wrote:
(2016-07-02, 15:18)tuxen Wrote: yeah it uses RTMP or HLS, so that makes sense, where do I/we go from here?

So the "Opening:" line in log has a filename that starts "rtmp://"?
no actually it looks like it is opening a m3u8, that takes it to a .ts with the protocol HLS.
with #630 everything goes smooth:
Code:
03:31:39 890.981995 T:1594880928   DEBUG: CDVDInputStreamPVRManager::Open - stream opened: http://xx.xxxx.xx:8080/redirect/playlist.m3u8
03:31:39 890.982239 T:1594880928  NOTICE: Creating Demuxer
03:31:39 890.984680 T:1594880928   DEBUG: ffmpeg[5F0FF3A0]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
03:31:41 892.411377 T:1594880928   DEBUG: Previous line repeats 4 times.
03:31:41 892.411987 T:1594880928   DEBUG: Open - avformat_find_stream_info starting
03:31:42 893.316406 T:1594880928   DEBUG: Open - av_find_stream_info finished
03:31:42 893.317200 T:1594880928    INFO: ffmpeg[5F0FF3A0]: Input #0, hls,applehttp, http://xx.xxxx.xx:8080/redirect/playlist.m3u
03:31:42 893.317627 T:1594880928    INFO: ffmpeg[5F0FF3A0]:   Duration: N/A, start: 13210.212000, bitrate: N/A
and all the correct data about the file and so on follows, and the file plays.

with #701 it goes bad pretty fast:
Code:
03:04:27 498.392761 T:1797256096   DEBUG: CDVDInputStreamPVRManager::Open - stream opened: http://xx.xxxx.xx:8080/redirect/playlist.m3u8
03:04:27 498.392975 T:1797256096  NOTICE: Creating Demuxer
03:04:27 498.542145 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [http] HTTP error 403 Forbidden
03:04:27 498.542786 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [hls,applehttp] Failed to open segment of playlist 0
03:04:27 498.578461 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [http] HTTP error 403 Forbidden
03:04:27 498.579071 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [hls,applehttp] Failed to open segment of playlist 0
03:04:27 498.615356 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [http] HTTP error 403 Forbidden
03:04:27 498.616058 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [hls,applehttp] Failed to open segment of playlist 0
03:04:37 508.619446 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [http] HTTP error 403 Forbidden
03:04:37 508.620239 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [hls,applehttp] Failed to open segment of playlist 0
03:04:43 514.218018 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [http] HTTP error 403 Forbidden
03:04:43 514.218689 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [hls,applehttp] Failed to open segment of playlist 0
03:04:44 515.370850 T:1659892640   DEBUG: AddOnLog: Stalker Client: GetEvents
03:04:44 515.371155 T:1659892640   DEBUG: AddOnLog: Stalker Client: StalkerCall
03:04:44 515.376221 T:1659892640   DEBUG: CFileCache::Open - opening <http://xx.xxxx.xx/stalker_portal/server/load.php> using cache
03:04:44 515.380554 T:1659892640   DEBUG: CurlFile::Open(0x5a8f9ed0) http://xx.xxxx.xx/stalker_portal/server/load.php?type=watchdog&action=get_events&init=0&cur_play_type=1&event_active_id=0
03:04:44 515.422302 T:1805644704   DEBUG: Thread FileCache start, auto delete: false
03:04:44 515.424316 T:1805644704    INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
03:04:44 515.474365 T:1805644704   DEBUG: Thread FileCache 1805644704 terminating
03:04:44 515.475281 T:1659892640   DEBUG: AddOnLog: Stalker Client: Execute: {"js":{"data":{"msgs":0,"additional_services_on":"1"}},"text":"generated in: 0.013s; query counter: 4; cache hits: 0; cache miss: 0; php errors: 0; sql errors: 0;"}
03:04:44 515.475708 T:1659892640   DEBUG: AddOnLog: Stalker Client: UnloadEPG
03:04:53 525.110291 T:1814033312   DEBUG: Thread JobWorker 1814033312 terminating (autodelete)
03:04:54 525.377380 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [http] HTTP error 403 Forbidden
03:04:54 525.378052 T:1797256096   DEBUG: ffmpeg[6B1FF3A0]: [hls,applehttp] Failed to open segment of playlist 0
03:04:57 528.482239 T:1797256096   ERROR: ffmpeg[6B1FF3A0]: [hls,applehttp] Error when loading first segment 'http://xxx.xxx.xxx.xxx:80/media.ts'
03:04:57 528.483459 T:1797256096   DEBUG: Error, could not open file
and it continues. the 'busy' wheel never stops with 'unable to play this item'. I have to manually stop it by pressing x.
EDIT: the urls I unfortunately have to leave out, have trailing parameters after m3u8? like start stop time, token, user, and various other stuff.


Messages In This Thread
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - by tuxen - 2016-07-02, 16:27
RPi2: no DV-codec? - by bubi - 2016-07-10, 10:30
DV-video not working - by bubi - 2016-07-15, 19:48
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)19