Skip to content

Commit

Permalink
add some logs in github flow + try to compile appveyor with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Mar 15, 2020
1 parent 23e752e commit bc824f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: |
export PATH=$(pwd)/depot_tools:$PATH
cmake -DWEBRTCROOT=$(pwd)/webrtc .
cat ./webrtc/src/out/*/obj/third_party/jsoncpp/jsoncpp.ninja
g++ -v
g++ -print-file-name=libstdc++.a
nm $(g++ -print-file-name=libstdc++.a) | c++filt | grep ::basic_ostringstream
nm libwebrtcextra.a | c++filt | grep ::basic_ostringstream
- name: make
run: make VERBOSE=1
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_build:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\%APPVEYOR_BUILD_WORKER_IMAGE:~-4%\Community\VC\Auxiliary\Build\vcvars64.bat"
- ps: cd $env:APPVEYOR_BUILD_FOLDER
- cmd: cmake -G Ninja -D WEBRTCBUILD=%CONFIGURATION% -DWEBRTCROOT=%APPVEYOR_BUILD_FOLDER:\=/%/webrtc -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe .
- sh: cmake -G Ninja -D WEBRTCBUILD=${CONFIGURATION} -DWEBRTCROOT=${APPVEYOR_BUILD_FOLDER}/webrtc .
- sh: cmake -G Ninja -D WEBRTCBUILD=${CONFIGURATION} -DWEBRTCROOT=${APPVEYOR_BUILD_FOLDER}/webrtc -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ .

build_script:
- ninja
Expand Down
13 changes: 2 additions & 11 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"urls":{
"Bunny": {"video": "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov"},

"Texel": {"video": "rtsp://webcamserverdh.dyndns-remote.com:1935/live/mp4:ehtx.stream"},

"Havenmond": {"video": "rtsp://85.25.218.202:1935/live/mp4:havenmond.stream"},

"LilaDelman": {"video": "rtsp://narr-cam.liladelman.com/axis-media/media.amp"},

"VirginiaTech": {"video": "rtsp://198.82.159.136:554/axis-media/media.amp", "position":"37.223357,-80.417004"},
"PriceCenterPlaza" : { "video": "rtsp://132.239.12.145:554/axis-media/media.amp"},

"Bahia": {"video": "rtsp://187.1.147.77:2000/axis-media/media.amp", "position": "-12.618330,-38.955830" },
"Honk-Kong": {"video": "rtsp://weathercam.gsis.edu.hk/axis-media/media.amp", "position":"22.352734,114.1277", "options":"rtptransport=tcp&timeout=60"},
Expand All @@ -29,16 +30,6 @@
"Scheveningen-1": {"video": "rtsp://b1.dnsdojo.com:1935/live/sys1.stream", "position":"52.1042263,4.2494571"},
"Scheveningen-3": {"video": "rtsp://b1.dnsdojo.com:1935/live/sys3.stream"},

"Arrifana": {"video": "rtsp://46.105.54.176:80/64connections/arrifana.stream", "options":"rtptransport=tcp&timeout=60"},
"CapBreton": {"video": "rtsp://46.105.54.176:80/64connections/capbreton.stream", "options":"rtptransport=tcp&timeout=60"},
"Chamrousse": {"video": "rtsp://46.105.54.176:80/64connections/chamrousse2.stream", "options":"rtptransport=tcp&timeout=60"},
"Hendaye": {"video": "rtsp://46.105.54.176:80/64connections/hendaye.stream", "options":"rtptransport=tcp&timeout=60"},
"Marseille": {"video": "rtsp://46.105.54.176:80/64connections/marseille.stream", "options":"rtptransport=tcp&timeout=60"},
"PaçoDeArcos": {"video": "rtsp://46.105.54.176:80/64connections/parcos.stream", "position":"38.701468,-9.3101928", "options":"rtptransport=tcp&timeout=60"},
"Paris-1": {"video": "rtsp://46.105.54.176:80/64connections/Pariscam1.stream", "options":"rtptransport=tcp&timeout=60"},
"Paris-3": {"video": "rtsp://46.105.54.176:80/64connections/Pariscam3.stream", "options":"rtptransport=tcp&timeout=60"},
"Paris-4": {"video": "rtsp://46.105.54.176:80/64connections/Pariscam4.stream", "options":"rtptransport=tcp&timeout=60"},

"Curacao": {"video": "rtsp://srv13.arkasis.nl:80/498/default.stream", "position":"12.2376122,-69.1801954"},
"Volendam": {"video": "rtsp://srv13.arkasis.nl:80/508/default.stream"},
"Maasstricht": {"video": "rtsp://srv13.arkasis.nl:80/639/default.stream"},
Expand Down
2 changes: 1 addition & 1 deletion html

0 comments on commit bc824f7

Please sign in to comment.