mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support live stream transcoding by ffmpeg.
This commit is contained in:
parent
ee18b9f537
commit
525af4599f
6 changed files with 145 additions and 26 deletions
9
trunk/auto/depends.sh
Normal file → Executable file
9
trunk/auto/depends.sh
Normal file → Executable file
|
@ -109,3 +109,12 @@ if [ $SRS_FFMPEG = YES ]; then
|
|||
else
|
||||
echo "#undef SRS_FFMPEG" >> $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
|
||||
#####################################################################################
|
||||
# build research code
|
||||
#####################################################################################
|
||||
(cd research/hls && make)
|
||||
ret=$?; if [[ $ret -ne 0 ]]; then echo "build research/hls failed, ret=$ret"; exit $ret; fi
|
||||
|
||||
(cd research/ffempty && make)
|
||||
ret=$?; if [[ $ret -ne 0 ]]; then echo "build research/ffempty failed, ret=$ret"; exit $ret; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue