mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SquashSRS4: Add demo for RTC
This commit is contained in:
parent
206d95879f
commit
becbe45bcd
34 changed files with 836 additions and 85 deletions
22
trunk/3rdparty/copy_to_gits.sh
vendored
Executable file
22
trunk/3rdparty/copy_to_gits.sh
vendored
Executable file
|
@ -0,0 +1,22 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ ! -d signaling ]]; then
|
||||
cd 3rdparty
|
||||
fi
|
||||
if [[ ! -d signaling ]]; then
|
||||
echo "no 3rdparty"
|
||||
exit -1
|
||||
fi
|
||||
if [[ ! -d ~/git/signaling ]]; then
|
||||
echo "no signaling"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
echo "Copy signaling"
|
||||
cp -R signaling/* ~/git/signaling/ && (cd ~/git/signaling && git st)
|
||||
|
||||
echo "Copy httpx-static"
|
||||
cp -R httpx-static/* ~/git/go-oryx/httpx-static/ && (cd ~/git/go-oryx && git st)
|
||||
|
||||
echo "Copy srs-bench"
|
||||
cp -R srs-bench/* ~/git/srs-bench/ && (cd ~/git/srs-bench && git st)
|
Loading…
Add table
Add a link
Reference in a new issue