Replies: 9 comments 28 replies
-
it's true that
the latter might even play some video & audio for you. :) i know that AV1 and HEVC work in oh yeah, i also don't support E-RTMP "Multitrack", though let me know if you need sample command lines to set up |
Beta Was this translation helpful? Give feedback.
-
note that |
Beta Was this translation helpful? Give feedback.
-
oh, i noticed i hadn't updated |
Beta Was this translation helpful? Give feedback.
-
@veovera which version of FFMPEG supports the current spec? |
Beta Was this translation helpful? Give feedback.
-
@veovera @zenomt Quick question, when I have incoming enhanced audio or video that is not multitrack, will I always get the four byte fourcc code preceding every packet type's data contents? SequenceStart, SequenceEnd, CodedFrames, CodedFramesX, and Metadata; the last is the one I haven't seen yet, so it seems quicker to ask. |
Beta Was this translation helpful? Give feedback.
-
@veovera the more I implement to the spec, the more I like it; thanks for your efforts to extend the life of RTMP. |
Beta Was this translation helpful? Give feedback.
-
@veovera I grabbed FFMPEG latest and built with all the appropriate codecs, but I cannot get VP8 to work; the v2 spec says the fourcc is generated with |
Beta Was this translation helpful? Give feedback.
-
@veovera here are my current example FLV files for AV1 and VP8; this repo also includes the FFmpeg patch that I'm waiting to submit, once they let me on the list. /~https://github.com/mondain/mediafiles |
Beta Was this translation helpful? Give feedback.
-
A few resources for folks :
|
Beta Was this translation helpful? Give feedback.
-
If anyone knows of a test app or service I can use to debug my RTMP-E (enhanced-rtmp not RTMPE) implementation in Red5, feel free to share. My search thus far has come up short and I cannot use the rtmfp-cpp testing tools since they don't support regular RTMP as a client. Neither OBS nor builds of ffmpeg appear to send any codec information in the connect call.
Beta Was this translation helpful? Give feedback.
All reactions