Search found 5 matches

Go to advanced search

by keithb1
01 Oct 2011 13:47
Forum: VLC stream-output (sout)
Topic: Mp4 to H264 streaming issue
Replies: 1
Views: 973

Re: Mp4 to H264 streaming issue

Code: Select all

vlc -vvv rtp://239.2.1.1:7100 :sout=#duplicate{dst=rtp{dst=display} :sout-all :sout-keep
There is a missing } in the command
by keithb1
01 Oct 2011 13:37
Forum: VLC stream-output (sout)
Topic: Setting up a stream on linux
Replies: 5
Views: 17954

Re: Setting up a stream on linux

Looks like you are trying to do this from the command line without an X session. Try using cvlc rather than vlc.
by keithb1
01 Oct 2011 13:21
Forum: VLC stream-output (sout)
Topic: VOB to MP4 sometimes fails
Replies: 3
Views: 547

Re: VOB to MP4 sometimes fails

Whatever codec you use is not supported by the container format.
I assume you are referring to the output codec in which case it is the same for both (H.264)
by keithb1
26 Sep 2011 19:39
Forum: VLC stream-output (sout)
Topic: VOB to MP4 sometimes fails
Replies: 3
Views: 547

Re: VOB to MP4 sometimes fails

It is the same codec in both cases. For one DVD it works, for the other it does not. Both DVD VOB files have identical "file" signatures.

Just to be clear, I used the standard built-in profile for MP4 in both cases.
by keithb1
26 Sep 2011 18:56
Forum: VLC stream-output (sout)
Topic: VOB to MP4 sometimes fails
Replies: 3
Views: 547

VOB to MP4 sometimes fails

I have two DVDs which show different behaviour when I try to transcode them to mp4. One works fine, the other fails. I'm using the convert/save option on a Linux version of vlc. The one that fails will transcode OK to mpeg 2 (just changing the output file to X.mpg rather than X.mp4). Any idea why th...

Go to advanced search