Hi,
I’ve read several threads about this problem, dealing with PL and high BR stream. So I know I’m duplicating the question, again, but I just can’t figure this out!
I’m pulling down a dvb stream with vlc, transcode it and send it on to a dedicated quad-core Xeon machine in the same rack, passing through one single GigE switch.
Wowza is configured according to the mpeg-ts guide, with modifications to enable the rtp jitter buffers.
VLC is run command line with the following command:
cvlc -vvv dvb-t:// :dvb-adapter=1 :dvb-frequency=794000000 :dvb-bandwidth=8 :dvb-caching=1000 :programs=801 --sout "#duplicate{ dst='transcode{deinterlace=1,deinterlace-mode=blend,acodec=mp4a,vcodec=h264,vb=800,scale=1,venc=x264{profile=baseline,preset=ultrafast}}:rtp{mux=ts,dst=192.168.100.202,port=50000}',select='program=801'}"
This is as basic a scenario I can think off. Still I see Incomplete NAL Units in the log. With the very low bitrate in the above example it doesn’t happen frequently, but it happens. If I increase the bitrate it becomes more frequent.
The stream is SD of either 720x576 or 1024x576.
Can someone tell me what I’m doing wrong here to fail such a simple scenario? I’ve read all the guides / threads I’ve found, exchanged both servers and switch, re-installed OSs (debian and ubuntu), tried several dvb-cards… I’m just out of ideas!