ffmpeg-webrtc icon indicating copy to clipboard operation
ffmpeg-webrtc copied to clipboard

ffmpeg-webrtc for whip and whep protocol

Results 21 ffmpeg-webrtc issues
Sort by recently updated
recently updated
newest added

SRS webrtc流在 RTC播放器是OK的, 但是使用集成metartc6 的ffplay 失败 ``` ./ffplay webrtc://10.10.2.3/exam/2021091400479_topStream ffplay version 18ec4fa Copyright (c) 2003-2021 the FFmpeg developers built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1) configuration: --enable-libx264 --enable-gpl --extra-libs='-L/home/shaolin/gitee/ffmpeg-metartc/FFmpeg-n4.3.3/metartc6 -lmetartccore6 -lpthread...

##### FFmpeg-Webrtc Ubuntu编译 ```shell 1、首先编译metartc相关包 cd ffmpeg-webrtc/FFmpeg-n4.3.3/metartc6/metartc6 cd libmetartccore6 # cmake_x64会自动创建build文件夹 ./cmake_x64.sh # 把编译成功的 libmetartccore6.a 复制到metartc6文件夹下 cp ./libmetartccore6.a FFmpeg-n4.3.3/metartc6 # Requires ffmpeg to be configured with --enable-gpl --enable-libx264 sudo apt-get...

修改 ffmep/libavformat/webrtc_muxer.c 中 函数 static int packet_queue_wait_start(WEBRTCContext *s, int64_t timeout) 文件中 89行 的循环次数为: int loop = 100000; 主要原因好像是因为window的pthread的等待时间和linux上的等待时间是不一样的,所以增加循环次数后就成功了。 希望能帮到各位。

make报错: ``` /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function `X264_init': /Software/Projects/ffmpeg-webrtc/FFmpeg-n4.3.3/libavcodec/libx264.c:920: undefined reference to `x264_encoder_open_157' ``` 我系统里面没有157的libx264.so.157,我自己编出来的是libx264.so.164. 请假一下如何解决?

日志如下: /workspace/learn/ffmpeg-webrtc/FFmpeg-n4.3.3/ffmpeg_g -f video4linux2 -i /dev/video0 -g 50 -pix_fmt yuv420p -framerate 5 -c:v libx264 -profile:v baseline -tune zerolatency -preset ultrafast -bf 0 -f webrtc https://192.168.3.247:9061/index/api/whip?app=live&stream=test ffmpeg version 681b587-patrickz Copyright (c)...

使用命令: ./ffmpeg -i "http://192.168.3.247:9060/index/api/whep?app=live&stream=test" -vcodec copy 1.mp4 错误: http://192.168.3.247:9060/index/api/whep?app=live&stream=test: Invalid data found when processing input 请问这个输入要改成什么

使用ffplay播放zlm的webrtc流,有时是好的,有时是坏的,播放地址类似 http://127.0.0.1/index/api/webrtc?app=live&stream=test6&type=play 只有声音,没有画面。 切换回h264的流正常播放,会是什么原因?

I use a custom WHIP proxy to publish WebRTC towards a Wowza server. It works with OBS-WHIP PR (https://github.com/obsproject/obs-studio/pull/7926) without problems. `frhb64652ds FFmpeg-n4.3.3 # ./ffmpeg -re -i /root/bbb/bbb_720p_2mbps_aac.mp4 -vcodec libx264...

cd FFmpeg-n4.3.3/metartc6/metartc6 cd libmetartccore6 mkdir build cd build ./cmake_x64.sh or ./cmake_android.sh cp ./libmetartccore6.a ../../ It should be this: cd FFmpeg-n4.3.3/metartc6/metartc6 cd libmetartccore6 ./cmake_x64.sh or ./cmake_android.sh cp ./build/libmetartccore6.a /usr/local/lib Otherwise, ffmpeg...

1)SRS配置:https.rtc.conf。部署在局域网内。 2)推流命令(windows):两种写法问题相同。ffmpeg-metartc基于"msys2+msvc"和“msys2+mingw64”两种方式编译问题相同。 ffmpeg -re -i xxx.mp4 -c copy -f webrtc webrtc://192.16.15.211/live/livestream ffmpeg -re -i xxx.mp4 -vcodec libx264 -acodec opus -strict -2 -f webrtc webrtc://192.16.15.211/live/livestream 3)错误提示: webrtc init>>>>>>>>>>>>>>>>>>>webrtc://192.16.15.211/live/livestream [webrtc @ 00000000003796c0]...