Will VLC transcode to ASX?

About encoding, codec settings, muxers and filter usage
geoholt3
New Cone
New Cone
Posts: 4
Joined: 02 Mar 2011 17:32

Will VLC transcode to ASX?

Postby geoholt3 » 17 Mar 2011 18:41

I have set up VLC to transcode my RTSP video stream to an ASF output stream that saves to my hard drive and it works great and looks great on my website.

What I want to do is set up VLC to transcode to ASX for a live stream to my website. I don't want to store any video.

Will VLC do this? I can't find the asx extention in the output list.

Thanks, George Denver :mrgreen:

Rémi Denis-Courmont
Developer
Developer
Posts: 15231
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Will VLC transcode to ASX?

Postby Rémi Denis-Courmont » 17 Mar 2011 18:43

ASX is just a playlist format. You cannot transcode to ASX; it makes no sense.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Greg
Cone that earned his stripes
Cone that earned his stripes
Posts: 316
Joined: 24 Feb 2009 00:37

Re: Will VLC transcode to ASX?

Postby Greg » 17 Mar 2011 20:32

See link for how to create a .asx metafile and use it for live webstreaming with VLC

http://wiki.videolan.org/Simple_Stream_VLC_to_Website

geoholt3
New Cone
New Cone
Posts: 4
Joined: 02 Mar 2011 17:32

Re: Will VLC transcode to ASX?

Postby geoholt3 » 05 May 2011 17:04

See link for how to create a .asx metafile and use it for live webstreaming with VLC

http://wiki.videolan.org/Simple_Stream_VLC_to_Website
Greg, this worked great, and got our project off the ground! Thanks. Now our developers want me to send the transcoded video to them via RTSP instead of HTTP. I used the Wizard to generate the code selelcting RTSP instead of HTTP, and it doesn't work. I've been reading other posts about people having problems with RTSP. Do you know how to get that to work?

Thanks, George

Greg
Cone that earned his stripes
Cone that earned his stripes
Posts: 316
Joined: 24 Feb 2009 00:37

Re: Will VLC transcode to ASX?

Postby Greg » 05 May 2011 21:53

A typicle VLC to VLC rtsp sout may look like this

Code: Select all

:sout=#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{sdp=rtsp://:5544/mystream},dst=display} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep

On VLC Client

Code: Select all

rtsp://YourServerIP:5544/mystream
Try the above to get started


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 17 guests