--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/39c18f45-ed98-48ab-a689-90992b58d0a4%40googlegroups.com.
Thanks Matan! That is what I call giving back! Kurento is a
great program that we'll keep alive by just that.
I'm not there yet, and I'm not a node.js guy so I'll need to reverse engineer things, but grabbing from a mpeg compression board and/or USB stick is on my todo list so this will help me!
Paul
I'll share every source code I can.
On Monday, November 6, 2017 at 2:10:10 AM UTC+2, OpenVidu wrote:
Glad to hear that.
It would be great if you could share your code so others can take a look to it.
Best regards
Micael GallegoKurento / OpenVidu Project Lead
On Mon, Nov 6, 2017 at 12:19 AM, Matan Givoni <matan...@gmail.com> wrote:
Ok I finally managed to make it work.
The problem was a wrong udp port.
I had to take at the udp port described in the sdp answer which is returned from rtpEndpoint.processOffer() and reconfigure Haivision Makito at runtime.
Thanks for the help :|
Friday, November 3, 2017 at 5:26:40 PM UTC+2, Matan Givoni wrote:Update:I have managed to play a stream from the encoder using RTSP and PlayerEndpoint -> WebRTC pipeline.
But the quality isn't the best (`ffmpeg` and `VLC` doing a much better job).I think `transcoding` and the lack of bandwidth control in `PlayerEndpoint` are the reason for low quality.
If VLC can play `QuickTime`, `TS over RTP` and `TS over UDP` streans so I bet `Kurento` can do that too.
- The encoder broadcasts QuickTime, TS, and Direct RTP using `Multicast` addresses, is that the reason why RtpEndpoint can't connect to the stream?
- Does `Kurento` even support `Multicast`?
- Can I disable transcoding and force a h.264 stream to WebRtc?
--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/39c18f45-ed98-48ab-a689-90992b58d0a4%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/e09d0b5a-6cf4-42ed-ac19-28ebe2a93875%40googlegroups.com.
UPDATE