Opened 10 years ago

Closed 6 years ago

#2198 closed defect (invalid)

autosub tries to load subs from network stream

Reported by: compn Owned by:
Priority: normal Component: streaming
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

mplayer -nocache rtmp://neganov.ru:1935/full/go
MPlayer sherpya-r36816+g4040b56-4.8 (C) 2000-2014 MPlayer Team
Fontconfig error: Cannot load default config file

Playing rtmp://neganov.ru:1935/full/go.
libavformat version 55.30.100 (internal)
Using network protocols without global network initialization. Please use avformat_network_init(), t
his will become mandatory later.
Using network protocols without global network initialization. Please use avformat_network_init(), t
his will become mandatory later.
libavformat file format detected.
[flv @ 01f8e240]Stream discovered after head already parsed
[flv @ 01f8e240]Could not find codec parameters for stream 1 (Audio: none, 0 channels): unspecified
sample format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (unknown), -aid 0
VIDEO: [H264] 1280x720 0bpp 100.000 fps 0.0 kbps ( 0.0 kbyte/s)
Clip info:

Server: NGINX RTMP (github.com/arut/nginx-rtmp-module)
displayWidth: 1280
displayHeight: 720
fps: 90000
profile:
level:

Load subtitles in rtmp://neganov.ru:1935/full/

probably not a good idea to try reading subs from network protocols.

Change History (2)

comment:1 by reimar, 9 years ago

Not sure if it is better or worse, but it doesn't try to read subtitles from network protocols.
It only tries to read a local directory named "rtmp:" for subtitles.
I guess could be a useful feature in theory, in practice it's probably just confusing and silly though.

comment:2 by beastd, 6 years ago

Resolution: invalid
Status: newclosed

As stated by Reimar, mplayer never tried to read the subs from the network.

Note: See TracTickets for help on using tickets.