Skip to content

Keeping Track of MRs and the associated files

Relevant MRs in the official repo and their rendered versions for reference:

-> stream_out file #63 | Streamout as a pipeline

-> streaming files #66 | Streaming with VLC
    |---> Introduction to standard output module
    |---> Stream over HTTP
    |---> Stream over UDP
    |---> Stream over RTP
    |---> Stream using SAP
    |---> Stream using RTSP
    |---> Remuxing a file

-> transcoding files #64 | Transcode
    |---> Introduction to Transcoding
    |---> How to transcode a file?
    |---> How to transcode a file and stream it simultaneously?
    |---> Screen Recording

-> vlm files #65 | VideoLAN Manager
    |---> VideoLAN Manager
    |---> Broadcasting a Playlist
    |---> Broadcasting multiple streams
    |---> Share Screen in Real Time
    |---> Share Screen with a Logo
    |---> Mosaic Streaming


For reference: Draft MRs in my Repo:

stream_out_introduction #8

|---> standard introduction #8
    |---> stream_over_http #9
    |---> stream_over_udp #9
    |---> stream_over_rtp #9
    |---> stream_using_sap #9
    |---> stream_using_rtsp #9
    |---> Remuxing #14
    |---> Proxifying a stream

|---> transcode introduction #12
    |---> Transcoding How to #13
    |---> Applying audio and video filters
    |---> Transcoding and streaming on the fly #12
    |---> Record the screen #11

|---> vlm introduction + (basic streaming example) #15
    |---> Broadcast a playlist #15
    |---> Broadcast multiple streams #15
    |---> Mosaic streaming #17
    |---> Schedule a stream
    |---> Share screen in real time #16
    |---> Share screen in with a logo #16

[For reference: #8, where the draft of a lot of streaming and transcoding content in present).

Edited by Abhishek Pratap Singh