Hello, I wish to make streaming MPEG from my sound card input.
So I use the following commands:

mplex -f 8 -o out.mpg out.mp2
mp2enc -o out.mp2 < in.wav
sox -t ossdsp -r 48000 -c 2 /dev/dsp in.wav

This works fine, if wav and out.mp2 are ordinary files and commands issued one by one. But when I use pipes, resulting mpg file brings a lot of the following errors in VLC (and no sound at all):

main warning: PTS is out of range (115797507), dropping buffer
main warning: PTS is out of range (115773764), dropping buffer
main warning: PTS is out of range (115750011), dropping buffer

But mplayer playing this file just fine!

Any suggestions?



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to