[FFmpeg-user] Stream Channel With second audio

Eng.Hany Ahmed micro-me at hotmail.com
Fri Aug 5 20:08:30 EEST 2016


thank you Carl  this is work
 i have additional questions did i can know how add text subtitle from the same stream  ?


    Best Regards ,    Web Creatives
 

> From: ceffmpeg at gmail.com
> Date: Fri, 5 Aug 2016 17:53:39 +0200
> To: ffmpeg-user at ffmpeg.org
> Subject: Re: [FFmpeg-user] Stream Channel With second audio
> 
> Hi!
> 
> 2016-08-05 16:48 GMT+02:00 Eng.Hany Ahmed <micro-me at hotmail.com>:
> > This sample link is working live online now
> > http://85:5454@159.8.154.85:5455/ZeeTV
> > this for zee tv i have 2 audio pass " english and dutch " i want make stream output for both
> > separated streams one rtmp link for eng audio link rtmp://127.0.0.1:1935/live/zeetven
> > and another one for dutch audio for another link like rtmp://127.0.0.1:9001/live/zeetvdut
> 
> How is your question related to http input?
> I mean: Can't you try to solve your issue with file input and then use
> the solution
> on your network input? Generally, issues that involve network at any point are
> infinitely more difficult to reproduce issues that do not involve
> network, not just
> because you had to spend time to setup a public network in this case.
> 
> What did you try? Do you know that there is a map option and that multiple
> outputs are supported by FFmpeg?
> 
> $ ffmpeg -i input -map 0:0 -map 0:1 output1 -map 0:0 -map 0:2 output2
> This has the disadvantage that video is encoded twice, if this is an issue
> for you, you could test with the tee muxer (or an intermediate pipe):
> $ ffmpeg -i input -map 0:0 -map 0:1 -map 0:2 -vcodec flv -qscale 2
> -acodec aac -f tee "[select=\'a:0\']out1.flv|[select=\'a:1\']out2.flv"
> 
> And please avoid top-posting on this mailing list.
> 
> Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
 		 	   		  


More information about the ffmpeg-user mailing list