Page 1 of 1

Audio isn't streaming

Posted: 26 Sep 2012 20:34
by Drexl
Ok, so all of a sudden my audio is no longer streaming. I had someone else watch the stream to make sure it wasn't just me that wasn't hearing it. I haven't done anything since last night when it was working. Literally nothing has changed. I don't even know where to begin. I realize I've not really provided any useful information for troubleshooting, but I have absolutely no idea where to start w/ information that could help troubleshoot. I've completely removed VLC, restarted my computer, and then re-installed VLC (2.0.3) and it's made no difference.

Edit: Audio works playing files locally. It's only when I go to stream a file that the audio dies. It also occurs to me that my viewer connected to my directly via IP address rather than the hostname I had set up (now temporarily unavailable), but that shouldn't make a difference.

Edit: Here is the sout script.

Code: Select all

:sout=#transcode{vcodec=h264,vb=0,scale=0,acodec=mpga,ab=128,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:1337/} :sout-keep

Re: Audio isn't streaming

Posted: 26 Sep 2012 22:17
by Jean-Baptiste Kempf
Use mp3 in flv.

Re: Audio isn't streaming

Posted: 26 Sep 2012 23:56
by Drexl
That fixed it, but I don't understand. I've been using that for over a week now w/ no issues. I also tried changing the mux to ts (which I prefer anyway), but then it didn't work at all.

Re: Audio isn't streaming

Posted: 27 Sep 2012 12:22
by Jean-Baptiste Kempf
mpga cannot work in flv, but should work in TS.