Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#6548 closed defect (invalid)

SHOUTcast stream recognize as <Subtitles>

Reported by: max79 Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: pls
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Problem with "LAV Splitter Source[v0.70.2]", i can't play this SHOUTcast stream in GraphEdit, source recognize it as <Subtitles>:

http://www.partyviberadio.com:8010/listen.pls?sid=2

Change History (11)

comment:1 by max79, 7 years ago

Component: undeterminedffmpeg

comment:2 by llogan, 7 years ago

Component: ffmpegundetermined
Priority: importantnormal

Third-party tools, even ones that use FFmpeg tools or libraries, are not supported here. Please refrain from submitting bug reports for "LAV Splitter Source" here at the FFmpeg bug tracker unless you can duplicate the issue using ffmpeg directly. Can you duplicate whatever issue you're experiencing by using ffmpeg? If you can then include the full command and the complete console output.

Also, tickets should not be marked as "important" unless the bug is a regression and/or makes FFmpeg unusable for a significant number of users.

comment:3 by max79, 7 years ago

it's simple:
ffmpeg -i http://www.partyviberadio.com:8010/listen.pls?sid=2
============================================================
ffmpeg version 3.3.2 Copyright (c) 2000-2017 the FFmpeg developers

built with gcc 7.1.0 (GCC)
configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib
libavutil 55. 58.100 / 55. 58.100
libavcodec 57. 89.100 / 57. 89.100
libavformat 57. 71.100 / 57. 71.100
libavdevice 57. 6.100 / 57. 6.100
libavfilter 6. 82.100 / 6. 82.100
libswscale 4. 6.100 / 4. 6.100
libswresample 2. 7.100 / 2. 7.100
libpostproc 54. 5.100 / 54. 5.100

[lrc @ 0000000000472780] Format lrc detected only with low score of 5, misdetection possible!
Input #0, lrc, from 'http://www.partyviberadio.com:8010/listen.pls?sid=2':

Duration: N/A, bitrate: N/A

Stream #0:0: Subtitle: text

At least one output file must be specified

What is it - <SUBTITLE> ??? It's MP3-audio radio stream!

Last edited 7 years ago by max79 (previous) (diff)

comment:4 by Hendrik, 7 years ago

You're opening a playlist, which is a textfile, not an actual audio stream. Playlists are not supported.

comment:5 by Hendrik, 7 years ago

(edit: really trac? double posting from one click?)

Last edited 7 years ago by Hendrik (previous) (diff)

comment:6 by max79, 7 years ago

heleppkes you are wrong! In Zoom Player_v13.7.1 i can play such links through LAVSplitterSource_v0.70.2 without any trouble if i add at the end of URL: &Ext=.pls. Try this URL:

http://www.partyviberadio.com:8010/listen.pls?sid=2&Ext=.pls

comment:7 by max79, 7 years ago

more of that, this URL works without any changes in his address:

http://yp.shoutcast.com/sbin/tunein-station.pls?id=562212

comment:8 by Hendrik, 7 years ago

A player is perfectly capable of reading the playlist and telling the demuxer to open the stream inside the playlist. FFmpeg does not parse .pls playlist files.

comment:9 by max79, 7 years ago

I see. Thank you heleppkes!

comment:10 by max79, 7 years ago

Resolution: fixed
Status: newclosed

comment:11 by Carl Eugen Hoyos, 6 years ago

Resolution: fixedinvalid
Note: See TracTickets for help on using tickets.