Coder Social home page Coder Social logo

Comments (5)

mpromonet avatar mpromonet commented on June 12, 2024

Hi,

I just try with latest version it seems to works well:
mpromonet/webrtc-streamer latest d4b12ad570d6 8 days ago 267MB
Best Regards,
Michel.

from webrtc-streamer.

hk1993 avatar hk1993 commented on June 12, 2024

pull latest look the same size
version info
mpromonet/webrtc-streamer latest d4b12ad570d6 10 days ago 267MB

all log is.........................................................

Version:v0.8.4-15-gd4a5051/Linux-x86_64 [email protected] webrtc@35d3656-dirty live555helper@0e74999
{
"urls" :
{
"Allendale" :
{
"position" : "42.972250,-85.953650",
"video" : "rtsp://71.83.5.156/axis-media/media.amp"
},
"Asahi" :
{
"position" : "35.717000,140.650000",
"video" : "rtsp://211.132.61.124/axis-media/media.amp"
},
"Bayonne" :
{
"position" : "43.483330,-1.483330",
"video" : "rtsp://193.142.128.20/axis-media/media.amp"
},
"Bedford Hills" :
{
"video" : "rtsp://73.114.177.111/axis-media/media.amp"
},
"BigSky" :
{
"position" : "45.284650,-111.368290",
"video" : "rtsp://76.75.8.120/axis-media/media.amp"
},
"Great Falls" :
{
"position" : "47.551039,-111.539400",
"video" : "rtsp://76.75.8.116/axis-media/media.amp"
},
"Mendoza" :
{
"position" : "-32.890840,-68.827170",
"video" : "rtsp://190.113.172.8/"
},
"Montana" :
{
"video" : "rtsp://64.187.201.16/axis-media/media.amp"
},
"Nordland" :
{
"position" : "67.280000,14.405010",
"video" : "rtsp://77.110.228.219/axis-media/media.amp"
},
"Norwich" :
{
"video" : "rtsp://37.157.51.30/axis-media/media.amp"
},
"Orlando" :
{
"position" : "28.538340,-81.379240",
"video" : "rtsp://97.68.104.34/axis-media/media.amp"
},
"Pocapaglia" :
{
"video" : "rtsp://176.65.94.105/axis-media/media.amp"
},
"PriceCenterPlaza" :
{
"video" : "rtsp://132.239.12.145/axis-media/media.amp"
},
"Test" :
{
"video" : "rtsp://demo:[email protected]:5541/onvif-media/media.amp?sessiontimeout=60&streamtype=unicast"
},
"Vaison-La-Romaine" :
{
"position" : "44.238960,5.074610",
"video" : "rtsp://176.139.87.16/axis-media/media.amp"
},
"Vancouver" :
{
"position" : "49.249660,-123.119340",
"video" : "rtsp://174.6.126.86/axis-media/media.amp"
},
"VyhladJazero" :
{
"video" : "rtsp://stream.strba.sk:1935/strba/VYHLAD_JAZERO.stream"
},
"Waterford" :
{
"position" : "52.258330,-7.111940",
"video" : "rtsp://86.44.41.160/axis-media/media.amp"
},
"Wershofen" :
{
"position" : "50.444820,6.813330",
"video" : "rtsp://80.90.151.112/axis-media/media.amp"
},
"Western Cape" :
{
"position" : "-33.925840,18.423220",
"video" : "rtsp://196.21.92.82/axis-media/media.amp"
},
"Zeeland" :
{
"position" : "51.5,3.613890",
"video" : "rtsp://213.34.225.97/axis-media/media.amp"
},
"rtmp" :
{
"video" : "rtmp://171.25.232.10/12d525bc9f014e209c1280bc0d46a87e"
}
}
}Logger level:4
Failed to create secure directory (/home/user/.config/pulse): No such file or directory
HTTP Listen at 0.0.0.0:8000
Failed to DESCRIBE: URL does not begin with "rtsp://" or "rtsps://"
Failed to DESCRIBE: URL does not begin with "rtsp://" or "rtsps://"
Failed to DESCRIBE: URL does not begin with "rtsp://" or "rtsps://

from webrtc-streamer.

mpromonet avatar mpromonet commented on June 12, 2024

Hi,

What webrtc stream are you trying to call ? Probably increasing log level will help you.

Best Regards
Michel

from webrtc-streamer.

hk1993 avatar hk1993 commented on June 12, 2024

1.use this to run
docker run -e "LOG_LEVEL=debug" -itd -p 28000:8000 --name webrtc-streamer mpromonet/webrtc-streamer
bug log is same up
2.click demo buttons for webrtc stream trying, then log show "Failed to DESCRIBE: URL does not begin with "rtsp://" or "rtsps://""
demo buttons like "Allendale"、"Asahi"....

from webrtc-streamer.

mpromonet avatar mpromonet commented on June 12, 2024

Hi,

Using docker it is usually better to use --net=host, ice candidate fails without. but this is after openning rtsp conenction.
Using tools like tshark, tcpdump or strace could help you to localize the issue.

Best Regards,
Michel.

from webrtc-streamer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.