-
Notifications
You must be signed in to change notification settings - Fork 60
Why is only working on chrome ? #10
Comments
Hi, this looks like the normal logging information, can you find the actual log that mention some error? Or, is there no more log? (Normally there will be some progress log.) My first guess is this is caused by a codec issue, i.e., Firefox is uploading a certain format of stream that FFMpeg is not expecting. However, it's always possible to manually specify input codec. (By default, FFMpeg guess the codec, and should already support the one Firefox emits.) |
FFMPEG: libavutil 56. 22.100 / 56. 22.100
|
... **** STUCK HERE ON FIREFOX **** FFMPEG:Probing h264 score:51 size:2048 FFMPEG:[AVBSFContext @ 0x55cd41ab08c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 FFMPEG:[AVBSFContext @ 0x55cd41ab08c0] nal_unit_type: 8(PPS), nal_ref_idc: 3 FFMPEG: Last message repeated 3 times |
I guess the issue is with socket.io, as the log essentially tells that FFMpeg is not receiving any data. Can you try to add some
part on the server, and possibly also near the
on the client, to debug and verify there is indeed data going through? If there is data from client side, but not received on the server side, we're in deep trouble as socket.io is not working as intended. If there's no data being sent by the client at all, we may debug why Firefox's getUserMedia is not sending video traffic... |
yes exactly my friend, the problem is mediaRecorder.start(0); Best Regards |
Is it possible to send the stream directly via socketio stream ? |
Yes it is possible, however if you are trying P2P stream you should search
for webRTC.
--
Yours sincerely, Xiaoqi Chen
cxqn.info
…On Tue, May 21, 2019 at 6:35 AM panpansh ***@***.***> wrote:
Is it possible to send the stream directly via socketio stream ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10?email_source=notifications&email_token=AAN6SXXW452D6SPNCMWGY4TPWP3DDA5CNFSM4HN3YBWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV35UNA#issuecomment-494393908>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN6SXSFP2DKVHSWNZNFKE3PWP3DDANCNFSM4HN3YBWA>
.
|
FFMPEG:ffmpeg version 4.1.1-1 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 8 (Debian 8.2.0-20)
configuration: --prefix=/usr --extra-version=1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
FFMPEG: libavutil 56. 22.100 / 56. 22.100
libavcodec 58. 35.100 / 58. 35.100
libavformat 58. 20.100 / 58. 20.100
libavdevice 58. 5.100 / 58. 5.100
libavfilter 7. 40.101 / 7. 40.101
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 3.100 / 5. 3.100
libswresample 3. 3.100 / 3. 3.100
libpostproc 55. 3.100 / 55. 3.100
Input #0, matroska,webm, from 'pipe:':
Metadata:
encoder : Chrome
Duration: N/A, start: 1558246182.104000, bitrate: N/A
Stream #0:0(eng): Audio: opus, 48000 Hz, mono, fltp (default)
Stream #0:1(eng): Video: h264 (Constrained Baseline), yuv420p(progressive), 640x480, SAR 1:1 DAR 4:3, 30.30 fps, 30 tbr, 1k tbn, 60 tbc (default)
The text was updated successfully, but these errors were encountered: