#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>:
Change History (11)
comment:1 by , 7 years ago
Component: | undetermined → ffmpeg |
---|
comment:2 by , 7 years ago
Component: | ffmpeg → undetermined |
---|---|
Priority: | important → normal |
comment:3 by , 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!
comment:4 by , 7 years ago
You're opening a playlist, which is a textfile, not an actual audio stream. Playlists are not supported.
comment:6 by , 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:8 by , 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:10 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:11 by , 7 years ago
Resolution: | fixed → invalid |
---|
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 usingffmpeg
? 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.