Search found 5 matches

Go to advanced search

by liilo
12 Jun 2009 11:51
Forum: VLC stream-output (sout)
Topic: MPEG2 TS output with h264+AAC (iPhone + apple segmenter)
Replies: 16
Views: 15875

Re: MPEG2 TS output with h264+AAC (iPhone + apple segmenter)

I just tried with vlc 0.9.9a and the following command line :

Code: Select all

VLC udp://@224.1.1.201:1234 --sout='#transcode{vcodec=h264,vb=800,scale=0.5,acodec=mp4a,ab=128,deinterlace,channels=2}:duplicate{dst=std{access=udp,mux=ts,dst=127.0.0.1:1234}}'
but I cant read the stream @ 127.0.0.1
by liilo
10 Jun 2009 22:04
Forum: VLC stream-output (sout)
Topic: MPEG2 TS output with h264+AAC (iPhone + apple segmenter)
Replies: 16
Views: 15875

Re: MPEG2 TS output with h264+AAC (iPhone + apple segmenter)

Currently, I only use the streaming assistant, I tried the following command line with the same result:

Code: Select all

vlc udp://@224.1.1.201:1234 --sout='#transcode{vcodec=h264,vb=800,scale=.5,deinterlace,acodec=mp4a,ab=128}:standard{access=udp,mux=ts,dst=127.0.0.1}'
thanks for your help

liilo
by liilo
10 Jun 2009 14:56
Forum: VLC stream-output (sout)
Topic: MPEG2 TS output with h264+AAC (iPhone + apple segmenter)
Replies: 16
Views: 15875

MPEG2 TS output with h264+AAC (iPhone + apple segmenter)

Hi all, I'm working on a live video streaming to new iPhone 3.0 os project. As mentioned in the apple dev center, I have to use Apple Media Segmentrer to cut the video in multiples short files. Apple Media Segmenter take as input a h264+AAC stream muxed in MPEG2 TS. My question is : does vlc capable...
by liilo
10 Jun 2009 12:19
Forum: VLC stream-output (sout)
Topic: MPEG2 udp stream to H.264 DSS Success! RC1.00
Replies: 3
Views: 917

Re: MPEG2 udp stream to H.264 DSS Success! RC1.00

Hi,

I'm very interested in your solution!
Could you share your work and give us your scripts?

Thanks

liilo

Go to advanced search