Opened 10 years ago

Last modified 9 years ago

#2194 new defect

TV channel using transport stream doesn't play

Reported by: yuri@… Owned by:
Priority: normal Component: undetermined
Version: unspecified Severity: blocker
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

This stream http://178.49.132.73/streaming/rain/tvrec/playlist.m3u8 fails with this log:

Cache size set to 320 KBytes
Cache fill: 0.09% (304 bytes)

libavformat version 55.37.100 (internal)
libavformat file format detected.
[hls,applehttp @ 0x1eb6160]Failed to open segment of playlist 0
[hls,applehttp @ 0x1eb6160]Error when loading first segment 'mp:http://178.49.132.73/streaming/rain/tvrec/segment-1403736796-003533.ts'
LAVF_header: av_open_input_stream() failed

Exiting... (End of file)

Same stream plays fine in vlc

SVN-r37153-snapshot-3.3 on FreeBSD-10 amd64

Change History (1)

comment:1 by reimar, 9 years ago

By default MPlayer does not give FFmpeg permission to download any other files than what you specified, thus the failure when it tries to load additional segments.
You can give it permission by using ffmpeg:// prefix, i.e. below works for me:
mplayer ffmpeg://http://178.49.132.73/streaming/rain/tvrec/segment-1403736796-003533.ts

Note: See TracTickets for help on using tickets.