-
-
Notifications
You must be signed in to change notification settings - Fork 985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jsmpeg support #283
Comments
While I can't promise anything as far as support, I will take a look at it. |
@andryan I've started work on this feature over at https://github.com/Red5/native/tree/master/mpeg |
Wow, nice! Thanks, Paul!!
…On Sat, 15 Aug 2020 at 22.58 Paul Gregoire ***@***.***> wrote:
@andryan <https://github.com/andryan> I've started work on this feature
over at https://github.com/Red5/native/blob/master/mpeg
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#283 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXEC35S2VC5WBKDOHKU5E3SA2WB5ANCNFSM4I4VYRAQ>
.
|
Making progress https://photos.app.goo.gl/G3xZJFFZiktKQSq37 |
Nice, can you stream a stopwatch to check the latency delay? I think it
should be lower than 500ms with RTMP.
…On Mon, Aug 24, 2020 at 4:59 AM Paul Gregoire ***@***.***> wrote:
Making progress https://photos.app.goo.gl/G3xZJFFZiktKQSq37
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#283 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXEC355GNCKOQGRRDCCN6LSCGGL3ANCNFSM4I4VYRAQ>
.
|
Its not quite at that point yet, still some slow processing / flow due to a
bunch of debugging / logging. Latency is probably the last thing I'll
check, but it should be fast as hell since this particular flow is
pass-thru.
…On Sun, Aug 23, 2020 at 11:52 PM andryan ***@***.***> wrote:
Nice, can you stream a stopwatch to check the latency delay? I think it
should be lower than 500ms with RTMP.
On Mon, Aug 24, 2020 at 4:59 AM Paul Gregoire ***@***.***>
wrote:
> Making progress https://photos.app.goo.gl/G3xZJFFZiktKQSq37
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#283 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAXEC355GNCKOQGRRDCCN6LSCGGL3ANCNFSM4I4VYRAQ
>
> .
>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#283 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD4UXI4UG36FEDLM4QKWPTSCIE3NANCNFSM4I4VYRAQ>
.
|
@andryan I'll be releasing my mpeg streaming plugin in the next couple of days over on https://github.com/mondain/red5-plugin-releases keep an eye out. |
One misconception in your original statement: |
Hi Paul. Apologies for that. Yes, it needs to ingest MPEG1/2, which in my case I am able to push MPEG1/2 streams with my setup/encoders. The sample nodejs server they provide only acts like a repeater with no flow control, etc. |
MPEG1/2 ingest isnt turned on yet, but any other ingest getting into the server is supported; this version transcodes from H264/AAC https://github.com/mondain/red5-plugin-releases/releases/tag/mpeg2-plugin-1.0.1 |
It would be nice if Red5 or its Pro version could support jsmpeg (https://jsmpeg.com/). I think this can be done/achieved with a Red5 webapp. Chinese CDN providers have video CDN services supporting jsmpeg and western CDN services have yet to follow or even take notice. It should be fairly easy to implement and latency-wise it's comparable to WebRTC with much less complexity.
The text was updated successfully, but these errors were encountered: