UdpFromFile
More documentation see: FromFileBase
Created by pedro on 6/3/24.
Constructors
Functions
Force stream to work with fps selected in prepareVideo method. Must be called before prepareVideo. This is not recommend because could produce fps problems.
Get record state.
Set a callback to know errors related with Video/Audio encoders
If you want reproduce video in loop. This mode clear all effects or stream object when video is restarted. TODO: No clear it.
Set the mode to calculate timestamp. By default CLOCK. Must be called before startRecord/startStream or it will be ignored.
Set video bitrate of H264 in bits per second while stream.
Starts recording a MP4 video.
Need be called after @prepareVideo.
Stop record MP4 video started with @startRecord. If you don't call it file will be unreadable.
Stop stream started with @startStream.