Coder Social home page Coder Social logo

Comments (2)

Arri98 avatar Arri98 commented on August 19, 2024

Looking at the logs it seems like a problem with the codec used but I would need more information about the codec used and the configuration parameters.

I tried playing the public rtsp stream that you have in the config3 variable and its working for me. To play the stream you need to publish it with one client and open another tab to subscribe to it because Licode does not allow a client to subscribe to the stream it has published. There are ways to circumvent this restriction if needed.

from licode.

fengmao31 avatar fengmao31 commented on August 19, 2024

I open two brower as two brower client. So I donnot need to open two different clients to debug.

I also can see the congfig3 to start a rtp process, but it lose pack and picture. I think it is because the rtsp stream address is too far from my region. So the terminal in ther vmware test show the timeout.

for the rtsp stream in local area network, I think it is because the tcp probem. I push the rtsp h264 stream to the server in the local are network by the way of tcp. Maybe licode need a udp h264 stream to accept.

ffmpeg -f alsa -i pulse -f x11grab -r 30 -s 800x600 -i :0.0 -acodec aac -ac 1 -ar 44100 -qscale 0.01 -vcodec libx264 -preset ultrafast -crf 0 -f rtsp -rtsp_transport tcp rtsp://172.28.5.201:8554/live/test

I can play all the two rtsp stream in the vlc in my computer which has the licode server.

from licode.

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.