User Tools

Site Tools


ffmpeg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ffmpeg [2015/02/19 17:04] adminffmpeg [2015/02/19 17:05] – [VLC] admin
Line 36: Line 36:
  
  
-<code> +<code bash
- // AVCONV START +// AVCONV START 
- // START STREAMING PROCESS ... +$process = exec("nohup /usr/bin/avconv -i \"$localFile\" -vcodec h264 -acodec mp3 -hls_time 2 -hls_list_size 999999999 -s:v 848x480 -b:v 300k \"$tmp/stream.m3u8\" > /dev/null 2>&1 & echo $!"); 
- //$process = exec("nohup /usr/bin/avconv -i \"$localFile\" -vcodec h264 -acodec mp3 -hls_time 2 -hls_list_size 999999999 -s:v 848x480 -b:v 300k \"$tmp/stream.m3u8\" > /dev/null 2>&1 & echo $!"); +// AVCONV END
- // AVCONV END+
 </code> </code>
ffmpeg.txt · Last modified: 2018/07/24 16:24 by admin