Page 1 of 1

Transcode mms link to 3gp mobile supported stream

Posted: 16 Oct 2008 17:04
by ofergafni
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

Re: Transcode mms link to 3gp mobile supported stream

Posted: 24 Oct 2008 16:22
by ccastro
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.

Re: Transcode mms link to 3gp mobile supported stream

Posted: 24 Oct 2008 16:51
by ofergafni
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 !!

Re: Transcode mms link to 3gp mobile supported stream

Posted: 24 Oct 2008 17:37
by ccastro
-- INPUT
++ mms://link

:D

justo replace INPUT with the link