Skip to content

Commit

Permalink
Handle error in child process spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
agsh committed Oct 31, 2018
1 parent 0aaf7d9 commit 885818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ server.listen(6147, function(){


var cams = [
'rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/definst/mp4:bigbuckbunnyiphone_400.mp4'
'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov'
, 'rtsp://192.168.68.111/h264main'
, 'udp://localhost:1234'
].map(function(uri, i) {
Expand Down

0 comments on commit 885818f

Please sign in to comment.