Hello,
I want to stream an MPEG-PS file from a server using the MPEG-TS container format. The receiving client should then capture the stream and convert it back to MPEG-PS. I do not want to do any transcoding. It is very important that the output file at the client is exactly the same as the original source file!
I have been doing some tests with VLC and ffmpeg.
My source file is a MPEG-2 encoded video with an AC3 audio stream. I use VLC to stream it over UDP. I've set it up to send it using an MPEG-TS container and I have disabled video and audio transcoding.
I receive it using ffmpeg using the following command line:
ffmpeg -i rtp://@224.0.0.100 -vcodec copy -sameq -acodec copy downloaded.mpeg
The movie is downloaded and plays correctly. However it seems that the video and audio packet order is swapped, at least it looks like it when I look at the files using an hex editor.
When the stream is first received in ffmpeg I get an error message that stream 0 has a diffrent frame rate than the container format 48 (48/1) -> 24 (24/1). What does that mean?
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Free software to split large MPEG-PS file into many small MPEG-PS files?
By videonewbie22 in forum Newbie / General discussionsReplies: 9Last Post: 5th Jul 2018, 19:16 -
How to convert just top/bot field of an interlaced mpeg-2 video to mpeg-1 ?
By vahid in forum Video ConversionReplies: 4Last Post: 19th Oct 2010, 02:26 -
No audio when saving .MPEG file from VOB stream using MPEG Streamclip?
By Bix in forum MacReplies: 3Last Post: 25th Jul 2010, 17:12 -
How to convert an MPEG file to DV-AVI Type 2 using MPEG Streamclip
By MAdNEZ in forum Newbie / General discussionsReplies: 15Last Post: 4th Aug 2009, 07:30 -
Possible to have an mpeg-2 file laced with more than one audio stream?
By fatty4ksu in forum Newbie / General discussionsReplies: 3Last Post: 2nd Aug 2007, 16:43