Chris Wiggins

Results 47 comments of Chris Wiggins

I can test with my dev version of Wowza and capture the packets if you like @sergey-dryabzhinsky

@sergey-dryabzhinsky have emailed you a PCAP file with the data in it. Please let us know how you get on :+1:

@sergey-dryabzhinsky how are you getting on with this? What benefit does bandwidth detection give us?

Ah right ok nice. Understand the importance then! 👍

Do you have a branch we can look at that has this event implemented? I believe DASH has a hook that gets called on every packet but I'll have to...

I'm in the same position. Unfortunately I don't think this library is being actively maintained so we might need to find a solution ourselves

What is the log output you get if you set 'DEBUG=*' as the environment variable? I had never tried with gStreamer

Hmmmm. Strange @anuranBarman! Can you show your JS source so I can have a look?

@Gronis you’re looking at the wrong file. The ClientServer and PublishServer have different protocol support. https://github.com/chriswiggins/rtsp-streaming-server/blob/d03416103dfa58ed5e2cb4b322bfbf545098119f/src/lib/PublishServer.ts#L44 Based on your output, you’re sending your stream to the wrong port. Clients need...

@Gronis this is working for me - Can you please try with the correct port and let me know if you're still having issues?