gigabyteservice
gigabyteservice
this is producing an error with downloading functionality/tool
Yes, Audio is also important
Does [this](https://github.com/Sean-Der/rtmp-to-webrtc) help ? @AlexxIT
How can I make something in 3d environment, can I take a video from webcam through webrtc api and use your library to draw something on it like circle or...
@jeromewu jeromewu Is it possible to Screen Capture API and MediaStream Recording API to record the screen and then use FFmpeg.wasm or ffmpeg.js to stream any RTMP server like youtube,...
how to download it from the frontend with authetication e.g IP:8000/media/date-time.mp4?sign=1503458721-80c1d1ad2e0c2ab63eebb50eed64201a
@Viruss98 Can you please share the example
fs.unlinkSync(ouPath + '/' + filename); I have commented this code, hls files remain as it is bit i can't able to play those files after streaming ends. We want hls...
@pream912 it's same as deleting fs.unlinkSync(ouPath + '/' + filename); files stays but it can only last 2 sec of video no whole video. this is really important for many...
``` trans: { ffmpeg: '/usr/bin/ffmpeg', tasks: [ { app: 'live', // or other hls: true, hlsFlags: '[hls_time=1:hls_list_size=2:hls_playlist_type=event]', dash: true, dashFlags: '[f=dash:window_size=3:extra_window_size=5]', mp4: true, mp4Flags: '[movflags=frag_keyframe+empty_moov]', 'websocket-flv': true, }, ], },...