Streaming Audio Only
Michael Müller <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.general,gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <003601c29a06$6ecc76d0$0c01a8c0@venus> |
Hello Together I tried to stream audio only with vls but it seams not to work. I took a wave file and ffmpeg (ffmpeg.exe under windows) to generate MPEG-1 audio program stream. ffmpeg does only support MPEG-1. ffmpeg -i audio.wav -nv -f mpeg audio.ps1 Then I took the audio.ps1 MPEG-1 program stream to vls and sent it to vlc. No error, no sound. It seams vls (ps2ts mux) does make problems or has a bug. Has somebody ever tried to stream audio only with vls? Any idea what is wrong? Does somebody know a free encoder or trancoder writing MPEG-2 TS or MPEG-2 PS for audio only (instead of MPEG-1 PS that ffmpeg makes)? Thanks Michael All done under windows. config of my vls # vls configuration file (Example) # Streams sources declaration BEGIN "Inputs" local1 = "local" # Local input example END # Inputs configuration BEGIN "local1" ConfigPath = "C:\vls" END BEGIN "Channels" localhost = "network" END BEGIN "localhost" # The client is on the same host as the server DstHost = "localhost" DstPort = "1234" END ******************************************* # vls local input configuration file (Example) # Main settings BEGIN "Input" FilesPath = "c:\vls" ProgramCount = "1" # number of programs END BEGIN "1" # MPEG1 PS stream (audio only) Name = "stream1" FileName = "audio.ps1" Type = "Mpeg1-PS" END ******************************************* on telnet I start... start stream1 localhost local1 ******************************************* -- This is the vls mailing-list, see http://www.videolan.org/vls/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact <[email protected]>