
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (55)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (7395)
-
want ffmpeg to capture only system sounds (no microphone) [closed]
11 avril 2021, par josh joyerHow to make ffmpeg to capture only system sounds (no microphone) ?
https://cdtjyku.blogspot.com/2019/04/ffmpeg-how-to-merge-gdigrab-and-audio.html
In above link reads that command


ffmpeg -f f32le -ac 2 -ar 44.1k -i \.pipesystemAudioPipe



should provide with only system audio sounds.
It might well work on linux but how to do that on windows ?


-
Why X.Org's X Server has stopped working on Google Colab ?
20 février 2021, par RahulI am Using X server for the virtual screen on Google Colab and capturing that screen with ffmpeg to record it and live stream it to twitch. (for the reinforcement learning project)




The above process was completely working till my last use of my Colab notebook (on mid-January 2021), but now (on 19th February 2021) I am using the same notebook and the streaming code has stopped working.




I am adding config and log file data below. (I have never seen these files before because it was working, now it's not so I don't have any idea what wrong)


The config file stored at
/etc/X11/xorg.conf
have the following data :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 418.67

Section "ServerLayout"
 Identifier "Layout0"
 Screen 0 "Screen0"
 InputDevice "Keyboard0" "CoreKeyboard"
 InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
 # generated from default
 Identifier "Mouse0"
 Driver "mouse"
 Option "Protocol" "auto"
 Option "Device" "/dev/mouse"
 Option "Emulate3Buttons" "no"
 Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
 # generated from default
 Identifier "Keyboard0"
 Driver "kbd"
EndSection

Section "Monitor"
 Identifier "Monitor0"
 VendorName "Unknown"
 ModelName "Unknown"
 HorizSync 28.0 - 33.0
 VertRefresh 43.0 - 72.0
 Option "DPMS"
EndSection

Section "Device"
 Identifier "Device0"
 Driver "nvidia"
 VendorName "NVIDIA Corporation"
 BoardName "Tesla T4"
 BusID "PCI:0:4:0"
 MatchSeat "seat-1"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device "Device0"
 Monitor "Monitor0"
 DefaultDepth 24
 Option "AllowEmptyInitialConfiguration" "True"
 SubSection "Display"
 Virtual 1920 1080
 Depth 24
 EndSubSection
EndSection



The log file stored at
/var/log/Xorg.0.log
have the following data :

[ 464.605] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 464.605] X Protocol Version 11, Revision 0
[ 464.605] Build Operating System: Linux 4.15.0-124-generic x86_64 Ubuntu
[ 464.605] Current Operating System: Linux 9d3fe3949671 4.19.112+ #1 SMP Thu Jul 23 08:00:38 PDT 2020 x86_64
[ 464.605] Kernel command line: BOOT_IMAGE=/syslinux/vmlinuz.A init=/usr/lib/systemd/systemd boot=local rootwait ro noresume noswap loglevel=7 noinitrd console=ttyS0 security=apparmor virtio_net.napi_tx=1 systemd.unified_cgroup_hierarchy=false systemd.legacy_systemd_cgroup_controller=false csm.disabled=1 dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 i915.modeset=1 cros_efi loadpin.enabled=0 root=/dev/dm-0 "dm=1 vroot none ro 1,0 4077568 verity payload=PARTUUID=555BDB75-CBD7-CD4A-B24E-29B13D7AC0DF hashtree=PARTUUID=555BDB75-CBD7-CD4A-B24E-29B13D7AC0DF hashstart=4077568 alg=sha256 root_hexdigest=42104d547ac104fb7061529e78f53e4f3e8c3d3cbb040dc6e0f84aad68491347 salt=9dc7f3acc4e2ce65be16356e960c2b21b51a917fa31d2e891fd295490c991e41" mitigations=off
[ 464.605] Build Date: 30 November 2020 08:01:56PM
[ 464.605] xorg-server 2:1.19.6-1ubuntu4.8 (For technical support please see http://www.ubuntu.com/support) 
[ 464.605] Current version of pixman: 0.34.0
[ 464.605] Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
[ 464.605] Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 464.605] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 20 03:10:44 2021
[ 464.606] (==) Using config file: "/etc/X11/xorg.conf"
[ 464.606] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 464.607] (==) ServerLayout "Layout0"
[ 464.607] (**) |-->Screen "Screen0" (0)
[ 464.607] (**) | |-->Monitor "Monitor0"
[ 464.607] (**) | |-->Device "Device0"
[ 464.607] (**) |-->Input Device "Keyboard0"
[ 464.607] (**) |-->Input Device "Mouse0"
[ 464.607] (==) Automatically adding devices
[ 464.607] (==) Automatically enabling devices
[ 464.607] (==) Automatically adding GPU devices
[ 464.607] (==) Automatically binding GPU devices
[ 464.607] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 464.607] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 464.607] Entry deleted from font path.
[ 464.607] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 464.607] Entry deleted from font path.
[ 464.607] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 464.607] Entry deleted from font path.
[ 464.607] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 464.607] Entry deleted from font path.
[ 464.607] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 464.607] Entry deleted from font path.
[ 464.607] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 464.607] Entry deleted from font path.
[ 464.607] (==) FontPath set to:
 /usr/share/fonts/X11/misc,
 built-ins
[ 464.607] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 464.607] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 464.607] (WW) Disabling Keyboard0
[ 464.607] (WW) Disabling Mouse0
[ 464.607] (II) Loader magic: 0x556eb77b8020
[ 464.607] (II) Module ABI versions:
[ 464.607] X.Org ANSI C Emulation: 0.4
[ 464.607] X.Org Video Driver: 23.0
[ 464.607] X.Org XInput driver : 24.1
[ 464.607] X.Org Server Extension : 10.0
[ 464.607] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[ 464.609] (--) PCI: (0:0:4:0) 10de:1eb8:10de:12a2 rev 161, Mem @ 0xc0000000/16777216, 0x380000000/268435456, 0x390000000/33554432
[ 464.609] (II) no primary bus or device found
[ 464.609] (II) LoadModule: "glx"
[ 464.609] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 464.610] (II) Module glx: vendor="X.Org Foundation"
[ 464.610] compiled for 1.19.6, module version = 1.0.0
[ 464.610] ABI class: X.Org Server Extension, version 10.0
[ 464.610] (II) LoadModule: "nvidia"
[ 464.610] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 464.610] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 464.610] compiled for 4.0.2, module version = 1.0.0
[ 464.610] Module class: X.Org Video Driver
[ 464.610] (II) NVIDIA dlloader X Driver 418.67 Sat Apr 6 02:51:17 CDT 2019
[ 464.610] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 464.610] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 464.610] (II) Loading sub module "fb"
[ 464.610] (II) LoadModule: "fb"
[ 464.611] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 464.611] (II) Module fb: vendor="X.Org Foundation"
[ 464.611] compiled for 1.19.6, module version = 1.0.0
[ 464.611] ABI class: X.Org ANSI C Emulation, version 0.4
[ 464.611] (II) Loading sub module "wfb"
[ 464.611] (II) LoadModule: "wfb"
[ 464.611] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 464.611] (II) Module wfb: vendor="X.Org Foundation"
[ 464.611] compiled for 1.19.6, module version = 1.0.0
[ 464.611] ABI class: X.Org ANSI C Emulation, version 0.4
[ 464.611] (II) Loading sub module "ramdac"
[ 464.611] (II) LoadModule: "ramdac"
[ 464.611] (II) Module "ramdac" already built-in
[ 464.637] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 464.637] (EE) NVIDIA: system's kernel log for additional error messages and
[ 464.637] (EE) NVIDIA: consult the NVIDIA README for details.
[ 464.662] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 464.662] (EE) NVIDIA: system's kernel log for additional error messages and
[ 464.662] (EE) NVIDIA: consult the NVIDIA README for details.
[ 464.662] (EE) No devices detected.
[ 464.662] (==) Matched modesetting as autoconfigured driver 0
[ 464.662] (==) Matched fbdev as autoconfigured driver 1
[ 464.662] (==) Matched vesa as autoconfigured driver 2
[ 464.662] (==) Assigned the driver to the xf86ConfigLayout
[ 464.662] (II) LoadModule: "modesetting"
[ 464.662] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 464.663] (II) Module modesetting: vendor="X.Org Foundation"
[ 464.663] compiled for 1.19.6, module version = 1.19.6
[ 464.663] Module class: X.Org Video Driver
[ 464.663] ABI class: X.Org Video Driver, version 23.0
[ 464.663] (II) LoadModule: "fbdev"
[ 464.663] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 464.663] (II) Module fbdev: vendor="X.Org Foundation"
[ 464.663] compiled for 1.19.3, module version = 0.4.4
[ 464.663] Module class: X.Org Video Driver
[ 464.663] ABI class: X.Org Video Driver, version 23.0
[ 464.663] (II) LoadModule: "vesa"
[ 464.663] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 464.663] (II) Module vesa: vendor="X.Org Foundation"
[ 464.663] compiled for 1.19.3, module version = 2.3.4
[ 464.663] Module class: X.Org Video Driver
[ 464.663] ABI class: X.Org Video Driver, version 23.0
[ 464.663] (II) NVIDIA dlloader X Driver 418.67 Sat Apr 6 02:51:17 CDT 2019
[ 464.663] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 464.663] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 464.663] (II) FBDEV: driver for framebuffer: fbdev
[ 464.663] (II) VESA: driver for VESA chipsets: vesa
[ 464.663] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 464.663] (EE) open /dev/dri/card0: No such file or directory
[ 464.663] (WW) Falling back to old probe method for modesetting
[ 464.663] (EE) open /dev/dri/card0: No such file or directory
[ 464.663] (WW) Falling back to old probe method for fbdev
[ 464.663] (II) Loading sub module "fbdevhw"
[ 464.663] (II) LoadModule: "fbdevhw"
[ 464.663] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 464.663] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 464.663] compiled for 1.19.6, module version = 0.0.2
[ 464.663] ABI class: X.Org Video Driver, version 23.0
[ 464.664] (EE) open /dev/fb0: No such file or directory
[ 464.664] (WW) Falling back to old probe method for vesa
[ 464.664] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 464.664] (EE) Screen 0 deleted because of no matching config section.
[ 464.664] (II) UnloadModule: "modesetting"
[ 464.664] (EE) Device(s) detected, but none match those in the config file.
[ 464.664] (EE) 
Fatal server error:
[ 464.664] (EE) no screens found(EE) 
[ 464.664] (EE) 
Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 
[ 464.664] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 464.664] (EE) 
[ 464.664] (EE) Server terminated with error (1). Closing log file.




I am using this github repo to setup the video-streamer


If anyone wants the colab notebook for the example then I will add it over here.


For this problem I am really not sure where to file an issue for this so that's why I am writing this here.


-
FFMPEG frame counter hangs and stop streaming
18 janvier 2021, par user2821178Good morning,


I use a Raspberry, linked to an IP cam, in order to send the streaming to my Facebook Page.


All works good, but it happen, that for some reason facebook stops to receive the streaming, but FFMPEG continues to works.


I've noticed that even if FFMPEG seems to work correctly, the frame counter stops.


This is the command :


RTSP_URL="rtsp://xxxxxxxxxxx/videoMain";
YOUTUBE_URL="rtmps://live-api-s.facebook.com:443/rtmp/";
YOUTUBE_KEY="zzzzzzzzzxxxxxxxxyyyyyyyyyy";
LOGO="-i yyyyyyyyyyy.png -filter_complex overlay=x=1:y=(main_h-overlay_h)";
VIDEO="-s 512:288 -c:v libx264 -x264-params nal-hrd=cbr -b:v 150k -minrate 50k -maxrate 150k -bufsize 300k";
AUDIO="-c:a aac -strict experimental";
KEYFRAME="-g 100";
OUTPUTFORMAT="-f flv";

COMMAND="sudo ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -stimeout 5000000 -i ${RTSP_URL} ${LOGO} ${VIDEO} ${AUDIO} ${KEYFRAME} ${OUTPUTFORMAT} ${YOUTUBE_URL}/${YOUTUBE_KEY}";

$COMMAND > streamOut.txt 2>&1;



Here an extract of the output :


ffmpeg version N-96658-g3b860bfd6f Copyright (c) 2000-2020 the FFmpeg developers
 built with gcc 6.3.0 (Raspbian 6.3.0-18+rpi1) 20170516
 configuration: --enable-gpl --enable-libx264 --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libspeex --enable-librtmp --enable-libtheora --enable-libvorbis --enable-nonfree --enable-version3 --enable-nonfree
 libavutil 56. 39.100 / 56. 39.100
 libavcodec 58. 68.100 / 58. 68.100
 libavformat 58. 38.100 / 58. 38.100
 libavdevice 58. 9.103 / 58. 9.103
 libavfilter 7. 75.100 / 7. 75.100
 libswscale 5. 6.100 / 5. 6.100
 libswresample 3. 6.100 / 3. 6.100
 libpostproc 55. 6.100 / 55. 6.100
Input #0, lavfi, from 'anullsrc':
 Duration: N/A, start: 0.000000, bitrate: 705 kb/s
 Stream #0:0: Audio: pcm_u8, 44100 Hz, stereo, u8, 705 kb/s
[h264 @ 0x3415340] Missing reference picture, default is 65542
[h264 @ 0x3415340] Missing reference picture, default is 65544
[h264 @ 0x3415340] Missing reference picture, default is 65546
[h264 @ 0x3415340] Missing reference picture, default is 65548
[h264 @ 0x3415340] Missing reference picture, default is 65550
[h264 @ 0x3415340] Missing reference picture, default is 65552
[h264 @ 0x3415340] Missing reference picture, default is 65554
[h264 @ 0x3415340] Missing reference picture, default is 65556
[h264 @ 0x3415340] Missing reference picture, default is 65558
[h264 @ 0x3415340] Missing reference picture, default is 65560
[h264 @ 0x3415340] Missing reference picture, default is 65562
[h264 @ 0x3415340] Missing reference picture, default is 65564
[h264 @ 0x3415340] Missing reference picture, default is 65566
[h264 @ 0x3415340] Missing reference picture, default is 65568
[h264 @ 0x3415340] Missing reference picture, default is 65570
[h264 @ 0x3415340] Missing reference picture, default is 65572
[h264 @ 0x3415340] Missing reference picture, default is 65574
[h264 @ 0x3415340] Missing reference picture, default is 65576
[h264 @ 0x3415340] Missing reference picture, default is 65578
[h264 @ 0x3415340] Missing reference picture, default is 65580
[h264 @ 0x3415340] Missing reference picture, default is 65582
[h264 @ 0x3415340] Missing reference picture, default is 65584
[h264 @ 0x3415340] Missing reference picture, default is 65586
[h264 @ 0x3415340] Missing reference picture, default is 65588
[h264 @ 0x3415340] Missing reference picture, default is 65590
[h264 @ 0x3415340] Missing reference picture, default is 65592
Guessed Channel Layout for Input Stream #1.1 : mono
Input #1, rtsp, from 'rtsp://xxxxxxxxxxxxxxxx/videoMain':
 Metadata:
 title : IP Camera Video
 comment : videoMain
 Duration: N/A, start: 0.000000, bitrate: N/A
 Stream #1:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 29.75 tbr, 90k tbn, 2108081.20 tbc
 Stream #1:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s
Input #2, png_pipe, from 'zzzzzzzzzzz.png':
 Duration: N/A, bitrate: N/A
 Stream #2:0: Video: png, rgba(pc), 500x233 [SAR 3778:3778 DAR 500:233], 25 tbr, 25 tbn, 25 tbc
Stream mapping:
 Stream #1:0 (h264) -> overlay:main (graph 0)
 Stream #2:0 (png) -> overlay:overlay (graph 0)
 overlay (graph 0) -> Stream #0:0 (libx264)
 Stream #0:0 -> #0:1 (pcm_u8 (native) -> aac (native))
Press [q] to stop, [?] for help
[rtsp @ 0x34127d0] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)
[h264 @ 0x34e0890] Missing reference picture, default is 65542
[h264 @ 0x3467ba0] Missing reference picture, default is 65544
[h264 @ 0x342e220] Missing reference picture, default is 65546
[h264 @ 0x35727c0] Missing reference picture, default is 65548
[h264 @ 0x34ffed0] Missing reference picture, default is 65550
[h264 @ 0x34e0890] Missing reference picture, default is 65552
[h264 @ 0x3467ba0] Missing reference picture, default is 65554
[h264 @ 0x342e220] Missing reference picture, default is 65556
[h264 @ 0x35727c0] Missing reference picture, default is 65558
[h264 @ 0x34ffed0] Missing reference picture, default is 65560
[h264 @ 0x34e0890] Missing reference picture, default is 65562
[h264 @ 0x3467ba0] Missing reference picture, default is 65564
[h264 @ 0x342e220] Missing reference picture, default is 65566
[h264 @ 0x35727c0] Missing reference picture, default is 65568
[h264 @ 0x34ffed0] Missing reference picture, default is 65570
[h264 @ 0x34e0890] Missing reference picture, default is 65572
[h264 @ 0x3467ba0] Missing reference picture, default is 65574
[h264 @ 0x342e220] Missing reference picture, default is 65576
[h264 @ 0x35727c0] Missing reference picture, default is 65578
[h264 @ 0x34ffed0] Missing reference picture, default is 65580
[h264 @ 0x34e0890] Missing reference picture, default is 65582
[h264 @ 0x3467ba0] Missing reference picture, default is 65584
[h264 @ 0x342e220] Missing reference picture, default is 65586
[h264 @ 0x35727c0] Missing reference picture, default is 65588
[h264 @ 0x34ffed0] Missing reference picture, default is 65590
[h264 @ 0x34e0890] Missing reference picture, default is 65592
frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s speed=N/A 
[libx264 @ 0x344a2b0] using SAR=1/1
[libx264 @ 0x344a2b0] using cpu capabilities: ARMv6 NEON
[libx264 @ 0x344a2b0] profile High, level 2.1, 4:2:0, 8-bit
[libx264 @ 0x344a2b0] 264 - core 159 r2991 1771b55 - H.264/MPEG-4 AVC codec - Copyleft 2003-2019 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=100 keyint_min=10 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=cbr mbtree=1 bitrate=150 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=150 vbv_bufsize=300 nal_hrd=cbr filler=1 ip_ratio=1.40 aq=1:1.00
Output #0, flv, to 'rtmps://live-api-s.facebook.com:443/rtmp//xzxzxxzxzxzxxzxzxzxzxxzxzxzxzxzx':
 Metadata:
 encoder : Lavf58.38.100
 Stream #0:0: Video: h264 (libx264) ([7][0][0][0] / 0x0007), yuv420p, 512x288 [SAR 1:1 DAR 16:9], q=-1--1, 150 kb/s, 29.75 fps, 1k tbn, 29.75 tbc (default)
 Metadata:
 encoder : Lavc58.68.100 libx264
 Side data:
 cpb: bitrate max/min/avg: 150000/0/150000 buffer size: 300000 vbv_delay: N/A
 Stream #0:1: Audio: aac (LC) ([10][0][0][0] / 0x000A), 44100 Hz, stereo, fltp, 128 kb/s
 Metadata:
 encoder : Lavc58.68.100 aac
frame= 10 fps=9.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x 
frame= 22 fps= 14 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x 
frame= 34 fps= 16 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x 
frame= 45 fps= 17 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x 
frame= 52 fps= 16 q=29.0 size= 26kB time=00:00:01.85 bitrate= 116.1kbits/s speed=0.584x 
frame= 63 fps= 17 q=22.0 size= 29kB time=00:00:02.52 bitrate= 93.7kbits/s speed=0.68x 
......
...... 
frame=11279 fps= 14 q=20.0 size= 15356kB time=00:13:06.05 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11287 fps= 14 q=20.0 size= 15362kB time=00:13:06.58 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.967x 
frame=11295 fps= 14 q=23.0 size= 15373kB time=00:13:07.09 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.967x 
frame=11302 fps= 14 q=24.0 size= 15380kB time=00:13:07.55 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11309 fps= 14 q=23.0 size= 15386kB time=00:13:08.00 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11317 fps= 14 q=22.0 size= 15402kB time=00:13:08.50 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11325 fps= 14 q=23.0 size= 15408kB time=00:13:09.00 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11332 fps= 14 q=23.0 size= 15416kB time=00:13:09.48 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11340 fps= 14 q=21.0 size= 15454kB time=00:13:09.98 bitrate= 160.3kbits/s dup=0 drop=433 speed=0.966x 
frame=11348 fps= 14 q=21.0 size= 15459kB time=00:13:10.52 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.966x 
frame=11356 fps= 14 q=22.0 size= 15466kB time=00:13:11.02 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.966x 
frame=11364 fps= 14 q=21.0 size= 15472kB time=00:13:11.56 bitrate= 160.1kbits/s dup=0 drop=433 speed=0.966x 
frame=11372 fps= 14 q=21.0 size= 15477kB time=00:13:12.03 bitrate= 160.1kbits/s dup=0 drop=433 speed=0.966x 
frame=11380 fps= 14 q=21.0 size= 15488kB time=00:13:12.59 bitrate= 160.1kbits/s dup=0 drop=433 speed=0.966x 
frame=11388 fps= 14 q=21.0 size= 15493kB time=00:13:13.07 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
[rtsp @ 0x34127d0] CSeq 29 expected, 0 received.
 Last message repeated 1 times
frame=11396 fps= 14 q=22.0 size= 15500kB time=00:13:13.61 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
[rtsp @ 0x34127d0] CSeq 29 expected, 0 received.
 Last message repeated 3 times
frame=11404 fps= 14 q=20.0 size= 15507kB time=00:13:14.11 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
[rtsp @ 0x34127d0] CSeq 29 expected, 0 received.
 Last message repeated 4 times
frame=11412 fps= 14 q=23.0 size= 15520kB time=00:13:14.65 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
[rtsp @ 0x34127d0] CSeq 29 expected, 0 received.
frame=11419 fps= 14 q=20.0 size= 15527kB time=00:13:15.12 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
[rtsp @ 0x34127d0] CSeq 29 expected, 0 received.
 Last message repeated 1 times
frame=11424 fps= 14 q=20.0 size= 15534kB time=00:13:15.46 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11431 fps= 14 q=22.0 size= 15540kB time=00:13:15.86 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11439 fps= 14 q=21.0 size= 15579kB time=00:13:16.37 bitrate= 160.3kbits/s dup=0 drop=433 speed=0.966x 
frame=11446 fps= 14 q=21.0 size= 15583kB time=00:13:16.80 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.966x 
......
...... 
frame=11811 fps= 14 q=21.0 size= 16022kB time=00:13:40.33 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11819 fps= 14 q=21.0 size= 16031kB time=00:13:40.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11827 fps= 14 q=21.0 size= 16041kB time=00:13:41.37 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11834 fps= 14 q=25.0 size= 16052kB time=00:13:41.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.966x 
frame=11834 fps= 14 q=25.0 size= 16052kB time=00:13:41.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.965x 
frame=11834 fps= 14 q=25.0 size= 16052kB time=00:13:41.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.965x 
frame=11834 fps= 14 q=25.0 size= 16052kB time=00:13:41.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.964x 
frame=11834 fps= 14 q=25.0 size= 16052kB time=00:13:41.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.964x 
frame=11834 fps= 14 q=25.0 size= 16052kB time=00:13:41.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.963x 
frame=11834 fps= 14 q=25.0 size= 16052kB time=00:13:41.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.962x 
frame=11834 fps= 14 q=25.0 size= 16052kB time=00:13:41.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.962x 
frame=11834 fps= 14 q=25.0 size= 16052kB time=00:13:41.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.961x 
frame=11834 fps= 14 q=25.0 size= 16052kB time=00:13:41.84 bitrate= 160.0kbits/s dup=0 drop=433 speed=0.961x 
frame=11835 fps= 14 q=21.0 size= 16076kB time=00:13:41.91 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.96x 
frame=11835 fps= 14 q=21.0 size= 16076kB time=00:13:41.91 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.96x 
frame=11835 fps= 14 q=21.0 size= 16076kB time=00:13:41.91 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.959x 
frame=11835 fps= 14 q=21.0 size= 16076kB time=00:13:41.91 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.959x 
frame=11835 fps= 14 q=21.0 size= 16076kB time=00:13:41.91 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.958x 
frame=11835 fps= 14 q=21.0 size= 16076kB time=00:13:41.91 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.957x 
frame=11835 fps= 14 q=21.0 size= 16076kB time=00:13:41.91 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.957x 
frame=11835 fps= 14 q=21.0 size= 16076kB time=00:13:41.91 bitrate= 160.2kbits/s dup=0 drop=433 speed=0.956x 
......
...... 
frame=11839 fps=9.0 q=22.0 size= 23189kB time=02:16:02.34 bitrate= 23.3kbits/s dup=0 drop=433 speed=6.22x 
frame=11839 fps=9.0 q=22.0 size= 23197kB time=02:16:10.66 bitrate= 23.3kbits/s dup=0 drop=433 speed=6.22x 
frame=11839 fps=9.0 q=22.0 size= 23205kB time=02:16:18.92 bitrate= 23.2kbits/s dup=0 drop=433 speed=6.23x 
frame=11839 fps=9.0 q=22.0 size= 23213kB time=02:16:27.19 bitrate= 23.2kbits/s dup=0 drop=433 speed=6.23x 
frame=11839 fps=9.0 q=22.0 size= 23221kB time=02:16:35.34 bitrate= 23.2kbits/s dup=0 drop=433 speed=6.23x 
frame=11839 fps=9.0 q=22.0 size= 23229kB time=02:16:43.67 bitrate= 23.2kbits/s dup=0 drop=433 speed=6.24x 
frame=11839 fps=9.0 q=22.0 size= 23237kB time=02:16:51.89 bitrate= 23.2kbits/s dup=0 drop=433 speed=6.24x 
frame=11839 fps=9.0 q=22.0 size= 23245kB time=02:17:00.12 bitrate= 23.2kbits/s dup=0 drop=433 speed=6.25x 
frame=11839 fps=9.0 q=22.0 size= 23253kB time=02:17:08.43 bitrate= 23.2kbits/s dup=0 drop=433 speed=6.25x 




There is a way to stops FFMPEG when this happen ?


Thanks !