
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (52)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (6770)
-
avformat.lib and VS2013
27 février 2016, par KevinAI’m compiling FFmpeg statically against VS2013 update 5 using —toolchain=msvc
If I link against avformat.lib i get a bunch of LNK2019 errors.
I can link make calls against the other libraries(avcodec, swscale, avutil).Looking at the errors, it seems to be against all the networking .o’s (tls_schannel.o, networking.o, tcp.o, etc....)
Here is the output
error LNK2019: unresolved external symbol _QueryContextAttributesA@12 referenced in function _tls_write avformat.lib(tls_schannel.o)
error LNK2019: unresolved external symbol _InitializeSecurityContextA@48 referenced in function _tls_client_handshake avformat.lib(tls_schannel.o)
error LNK2019: unresolved external symbol _FreeContextBuffer@4 referenced in function _tls_client_handshake avformat.lib(tls_schannel.o)
error LNK2019: unresolved external symbol _EncryptMessage@16 referenced in function _tls_write avformat.lib(tls_schannel.o)
error LNK2019: unresolved external symbol _DecryptMessage@16 referenced in function _tls_read avformat.lib(tls_schannel.o)
error LNK2019: unresolved external symbol _AcquireCredentialsHandleA@36 referenced in function _tls_open avformat.lib(tls_schannel.o)
error LNK2019: unresolved external symbol __imp__WSAStartup@8 referenced in function _ff_network_init avformat.lib(network.o)
error LNK2019: unresolved external symbol __imp__WSAGetLastError@0 referenced in function _ff_neterrno avformat.lib(network.o)
error LNK2019: unresolved external symbol __imp__WSACleanup@0 referenced in function _ff_network_close avformat.lib(network.o)
error LNK2019: unresolved external symbol __imp__socket@12 referenced in function _ff_socket avformat.lib(network.o)
error LNK2019: unresolved external symbol __imp__shutdown@8 referenced in function _tcp_shutdown avformat.lib(tcp.o)
error LNK2019: unresolved external symbol __imp__setsockopt@20 referenced in function _tcp_open avformat.lib(tcp.o)
error LNK2019: unresolved external symbol __imp__sendto@24 referenced in function _rtp_write avformat.lib(rtpproto.o)
error LNK2019: unresolved external symbol __imp__send@16 referenced in function _tcp_write avformat.lib(tcp.o)
error LNK2019: unresolved external symbol __imp__select@20 referenced in function _ff_poll avformat.lib(os_support.o)
error LNK2019: unresolved external symbol __imp__recvfrom@24 referenced in function _rtp_read avformat.lib(rtpproto.o)
error LNK2019: unresolved external symbol __imp__recv@16 referenced in function _tcp_read avformat.lib(tcp.o)
error LNK2019: unresolved external symbol __imp__ntohs@4 referenced in function _get_port avformat.lib(rtpproto.o)
error LNK2019: unresolved external symbol __imp__ntohl@4 referenced in function _ff_is_multicast_address avformat.lib(network.o)
error LNK2019: unresolved external symbol __imp__listen@8 referenced in function _ff_listen avformat.lib(network.o)
error LNK2019: unresolved external symbol __imp__ioctlsocket@12 referenced in function _ff_socket_nonblock avformat.lib(os_support.o)
error LNK2019: unresolved external symbol __imp__htons@4 referenced in function _set_port avformat.lib(rtpproto.o)
error LNK2019: unresolved external symbol __imp__htonl@4 referenced in function _ff_inet_aton avformat.lib(os_support.o)
error LNK2019: unresolved external symbol __imp__getsockopt@20 referenced in function _udp_open avformat.lib(udp.o)
error LNK2019: unresolved external symbol __imp__getsockname@12 referenced in function _rtp_read_header avformat.lib(rtsp.o)
error LNK2019: unresolved external symbol __imp__getpeername@12 referenced in function _ff_rtsp_connect avformat.lib(rtsp.o)
error LNK2019: unresolved external symbol __imp__getnameinfo@28 referenced in function _sdp_read_header avformat.lib(rtsp.o)
error LNK2019: unresolved external symbol __imp__gethostname@8 referenced in function _ff_rtp_parse_open avformat.lib(rtpdec.o)
error LNK2019: unresolved external symbol __imp__FreeCredentialsHandle@4 referenced in function _tls_close avformat.lib(tls_schannel.o)
error LNK2019: unresolved external symbol __imp__DeleteSecurityContext@4 referenced in function _tls_close avformat.lib(tls_schannel.o)
error LNK2019: unresolved external symbol __imp__connect@12 referenced in function _udp_open avformat.lib(udp.o)
error LNK2019: unresolved external symbol __imp__closesocket@4 referenced in function _tcp_close avformat.lib(tcp.o)
error LNK2019: unresolved external symbol __imp__bind@12 referenced in function _udp_open avformat.lib(udp.o)
error LNK2019: unresolved external symbol __imp__ApplyControlToken@8 referenced in function _tls_shutdown_client avformat.lib(tls_schannel.o)
error LNK2019: unresolved external symbol __imp__accept@12 referenced in function _ff_accept avformat.lib(network.o)
error LNK2019: unresolved external symbol ___WSAFDIsSet@8 referenced in function _ff_poll avformat.lib(os_support.o)
error LNK2001: unresolved external symbol __imp__setsockopt@20 avformat.lib(udp.o)
error LNK2001: unresolved external symbol __imp__setsockopt@20 avformat.lib(network.o)
error LNK2001: unresolved external symbol __imp__sendto@24 avformat.lib(udp.o)
error LNK2001: unresolved external symbol __imp__send@16 avformat.lib(udp.o)
error LNK2001: unresolved external symbol __imp__recv@16 avformat.lib(udp.o)
error LNK2001: unresolved external symbol __imp__getsockopt@20 avformat.lib(network.o)
error LNK2001: unresolved external symbol __imp__getsockname@12 avformat.lib(sapenc.o)
error LNK2001: unresolved external symbol __imp__getsockname@12 avformat.lib(udp.o)
error LNK2001: unresolved external symbol __imp__getnameinfo@28 avformat.lib(udp.o)
error LNK2001: unresolved external symbol __imp__getnameinfo@28 avformat.lib(sdp.o)
error LNK2001: unresolved external symbol __imp__getaddrinfo@16 avformat.lib(udp.o)
error LNK2001: unresolved external symbol __imp__getaddrinfo@16 avformat.lib(url.o)
error LNK2001: unresolved external symbol __imp__getaddrinfo@16 avformat.lib(sdp.o)
error LNK2001: unresolved external symbol __imp__getaddrinfo@16 avformat.lib(tls.o)
error LNK2001: unresolved external symbol __imp__getaddrinfo@16 avformat.lib(rtsp.o)
error LNK2001: unresolved external symbol __imp__getaddrinfo@16 avformat.lib(sapenc.o)
error LNK2001: unresolved external symbol __imp__getaddrinfo@16 avformat.lib(rtpproto.o)
error LNK2001: unresolved external symbol __imp__getaddrinfo@16 avformat.lib(tcp.o)
error LNK2001: unresolved external symbol __imp__freeaddrinfo@4 avformat.lib(udp.o)
error LNK2001: unresolved external symbol __imp__freeaddrinfo@4 avformat.lib(url.o)
error LNK2001: unresolved external symbol __imp__freeaddrinfo@4 avformat.lib(sdp.o)
error LNK2001: unresolved external symbol __imp__freeaddrinfo@4 avformat.lib(tls.o)
error LNK2001: unresolved external symbol __imp__freeaddrinfo@4 avformat.lib(rtsp.o)
error LNK2001: unresolved external symbol __imp__freeaddrinfo@4 avformat.lib(sapenc.o)
error LNK2001: unresolved external symbol __imp__freeaddrinfo@4 avformat.lib(rtpproto.o)
error LNK2001: unresolved external symbol __imp__freeaddrinfo@4 avformat.lib(tcp.o)
error LNK2001: unresolved external symbol __imp__connect@12 avformat.lib(network.o)
error LNK2001: unresolved external symbol __imp__closesocket@4 avformat.lib(udp.o)
error LNK2001: unresolved external symbol __imp__closesocket@4 avformat.lib(network.o)
error LNK2001: unresolved external symbol __imp__bind@12 avformat.lib(network.o) -
Running Live streaming of local user using ffmpeg at Web plateform
23 décembre 2019, par Sneha MakwanaI am using below command to stream my live desktop screen.
ffmpeg -f x11grab -r 1 -loglevel panic -s `xdpyinfo | grep 'dimensions:'|awk '{print $2}'` -i $DISPLAY -qscale 0 -f mpegts udp://192.168.3.151:1111
udp ://192.168.3.151:1111 - this is my streaming URL
I can see live streaming in the parole media player (in Linux platform), but I can’t see this in a cross-network (i.e from windows PC - in the same network)
Is there any web platform so I can see my streaming from anywhere (either windows or linux) just using unique streaming URL or do I need to change my streaming command or method ?
Any help is much appreciated
-
Streaming UVC capture device with FFMPEG
28 février 2021, par raymaterI would like to stream the audio and video signal from my HDMI UVC Capture device (AVerMedia ExtremeCap UVC) connected to my RPi 4 (its IP is : 192.168.1.15).


So I'm using ffmpeg, my command works but in my other PC, VLC can't play the stream. I see the progress bar searching but nothing, it goes around in circles.


My FFMPEG command (works) :
ffmpeg -f v4l2 -i /dev/video0 -f alsa -i hw:1 -c:v h264_omx -profile:v baseline -b:v 16000k -flags:v +global_header -bsf:v dump_extra -acodec aac -b:a 384k -ac 2 -ar 44100 -f rawvideo udp://192.168.1.15:8888


In VLC (network stream) on an other PC in the same network, I'm using this address :
udp://192.168.1.15:8888
. Doesn't work.

What should be done ?