Hello,
When I send a video stream encoded in MPEG4, I get the following log on my IPAQ:
[00000127] mpeg_system input warning: packet lost by TS demux for PID 0: current 8, packet 0
[00000127] mpeg_system input warning: packet lost by TS demux for PID 66: current 8, packet 0
[00000127] main input debug: ES 42 has unknown type
[00000127] main input debug: ES 44 has unknown type
My configuration is the following:
Server:
- Linux Debian Woody + VLC
- Input: WebCam (v4l:/dev/video)
- Transcoding to: vcodec=mp4v,vb=1000,vt=100000,keyint=80
- Output: access=udp, mux=ts, url=x.x.x.x
- Other params: --no-sout-audio --server-port 1234
Client:
- Familiar Linux 0.6.1 + VLC 0.6.0
- Input: udp:
I do not have this problem with MPEG1.
But I'd like to use MPEG4.
Could somebody help me ?
Note that I tried to use a regular woody as the client, and it works well, so the server seems correctly configured.