Hi,
I have the following task: on one hand a "given player" capable to work with mpeg2Ts streams and mpeg2 data and a stream xxx.m3u8 link with h264 data. So to solve it I am using VLC with input of the m3u8 stream and retransmitting it to the local IP (PC, on which the player is installed) with transcoding.
Generally it works, but every 15-30 minutes either the VLC stops restreaming or I see a freeze and then the video goes on but no sound in player.
My VLC setup is:
sout=#transcode{vcodec=mp2v,vb=800,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{dst=10.0.166.160,port=5004,mux=ts,sap,name=111} --rtp-caching=5000 --loop :sout-all :sout-keep
If VLC is in the playpack mode, no problems, sometimes a small freeze effect and it goes on...
Any ideas? maybe how a can pinpoint the issue?
10x a lot.