I'm trying to get an outside RTSP streaming broadcast and broadcast it back on RTSP from the server.
I am building an RTSP server using VLC(2.2.2) in Ubuntu 16.04.04.
However, the Client does not make a sound with "core decoder error: cannot create streaming du to errors"
Sometimes there are no errors, and then the sound comes out.(very few cases where errors are not printed.)
I tested it on many Client PCs and found out that it was a problem with the server.
The strange thing is that there is no "core decoder error" when RTSP stream is performed on the VLC in Gui version, and the sound comes out.
This is the comment I entered.
Code: Select all
cvlc -vvv rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov --sout-keep '#transcode{vcodec=h264,vb=2000,venc=x264{profile=baseline},width=1280,height=720,acodec=mp4a,ab=192,channels=2,samplerate=44100}:rtp{sdp=rtsp://:8554/edit}'
Code: Select all
:sout=#transcode{vcodec=h264,vb=2000,venc=x264{profile=baseline},width=1280,height=720,acodec=mp4a,ab=192,channels=2,samplerate=44100}:rtp{sdp=rtsp://:8554/edit} :sout-keep
Below is VLC Gui version's error
Code: Select all
core error: ES_OUT_RESET_PCR called
core error: ES_OUT_RESET_PCR called
Code: Select all
[00007f244c0009b8] core input error: ES_OUT_RESET_PCR called
[00007f244c0009b8] core input error: ES_OUT_RESET_PCR called
[00007f2450014e08] core decoder error: cannot continue streaming due to errors
Please help me. Please Answer me.