Transcode mms link to 3gp mobile supported stream

About encoding, codec settings, muxers and filter usage
ofergafni
New Cone
New Cone
Posts: 2
Joined: 16 Oct 2008 16:56

Transcode mms link to 3gp mobile supported stream

Postby ofergafni » 16 Oct 2008 17:04

Hi ,
I am very new to VLC and would appreciate your kindest help.
I want to know if there is an ability to pull MMS (wmv) content from the internet with VLC and than transcode it to mobile supported stream lets say to :
Video Codec = h.264
Resolution = QVGA
Video bit rate = 150 kbps
GOP = 60
Frame rate = 12
Audio Codec = AAC
Audio bit rate = 16kbps

This stream should be transmitted Video&Audio to another streaming server that shall distribute this stream to several mobile players (for that i will need also SDP file that shall describe the transcoded new stream - where can i get this sdp ?)

Thanks in advance !!
Ofer

ccastro
Blank Cone
Blank Cone
Posts: 13
Joined: 12 May 2008 23:13

Re: Transcode mms link to 3gp mobile supported stream

Postby ccastro » 24 Oct 2008 16:22

Use this:

vlc INPUT --sout-transcode-fps FPS --sout '#transcode{width=WIDTH,height=HEIGHT],venc=x264,vcodec=x264,vb=VIDEO_BITRATE]
,scale=1,acodec=mp4a,ab=AUDIO_BITRATE,channels=2,samplerate=22100}:rtp{dst=DESTINATION_IP,
port=10002,port-video=10000,sdp=PLACE_TO_PUT_SDP_FILE}' vlc:quit

PLACE_TO_PUT_SDP_FILE: can be file:///some/directory/file.sdp or http://IP/file.sdp

i hope this can help u.

ofergafni
New Cone
New Cone
Posts: 2
Joined: 16 Oct 2008 16:56

Re: Transcode mms link to 3gp mobile supported stream

Postby ofergafni » 24 Oct 2008 16:51

Thank you very much !!!
How should i expose the mms link that i want to pull the content in the VLC command ?
I really appreciate your help again !!

ccastro
Blank Cone
Blank Cone
Posts: 13
Joined: 12 May 2008 23:13

Re: Transcode mms link to 3gp mobile supported stream

Postby ccastro » 24 Oct 2008 17:37

-- INPUT
++ mms://link

:D

justo replace INPUT with the link


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 17 guests