
Recherche avancée
Autres articles (40)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (3782)
-
Stream audio from STDIN through VLC for SDR
13 décembre 2018, par doghousedeanI’m trying to get an audio stream from a Raspberry pi 2 to my windows desktop.
The RTL SDR on my pi is great when using spyserver but there are some certain applications that cannot connect to it, echoes the meteor detector for example
Streaming the audio from the pi to my desktop could work with the stereo mixer input device
My idea is to use VLC but cannot figure it out
$ rtl_fm -f 143.050 -M wbfm -s 180k -E deemp | cvlc - -v --sout '#standard{access=http,mux=ogg,dst=localhost:8080}'
VLC media player 3.0.3 Vetinari (revision 3.0.3-1-0-gc2bb759264)
Found 1 device(s):
0: Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM
[01d919d8] dbus interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[01d919d8] main interface error: no suitable interface module
[01d14938] main libvlc error: interface "dbus,none" initialization failed
[01d92be8] main interface error: no suitable interface module
[01d14938] main libvlc error: interface "globalhotkeys,none" initialization failed
[01d92c50] dummy interface: using the dummy interface module...
[73a01670] http access out warning: "localhost" HTTP host might be ignored in multiple-host configurations, use at your own risks.
[73a01670] http access out: Consider passing --http-host=IP on the command line instead.
[73a02dd0] mux_ogg mux: Open
Found Rafael Micro R820T tuner
Tuner gain set to automatic.
[R82XX] PLL not locked!
Tuned to 286143 Hz.
Oversampling input by: 6x.
Oversampling output by: 1x.
Buffer size: 7.59ms
Exact sample rate is: 1080000.025749 Hz
[R82XX] PLL not locked!
Sampling at 1080000 S/s.
Output at 180000 Hz.
[73a070b8] ps demux warning: this does not look like an MPEG PS stream, continuing anyway
[73a070b8] ps demux warning: garbage at input from 509, trying to resync...
[73a070b8] ps demux warning: found sync code
[73a070b8] ps demux warning: garbage at input from 89140, trying to resync...
[73a070b8] ps demux warning: found sync code
[73a070b8] ps demux warning: garbage at input from 195382, trying to resync...
[73a070b8] ps demux warning: found sync code
[73a070b8] ps demux warning: garbage at input from 279916, trying to resync...
[73a070b8] ps demux warning: found sync code
[73a070b8] ps demux warning: garbage at input from 326867, trying to resync...
[73a070b8] ps demux warning: found sync code
[73a070b8] ps demux warning: garbage at input from 434452, trying to resync...
[73a070b8] ps demux warning: found sync code
[73a070b8] ps demux warning: garbage at input from 438851, trying to resync...
[73a070b8] ps demux warning: found sync code
[73a070b8] ps demux warning: garbage at input from 454391, trying to resync...
[73a070b8] ps demux warning: found sync code
[73a070b8] ps demux warning: garbage at input from 547348, trying to resync...I figured I could send the rtl_fm output to ffmpeg and then to vlc but I just can’t figure out the options I need.
$ rtl_fm -f 143.050 -M wbfm -s 180k -E deemp | ffmpeg -acodec pcm_u8 -f oga - | vlc - -I dummy --sout '#standard{access=http,mux=ogg,dst=localhost:8080}'
This gives similar output to above with the differences below
Output #0, oga, to 'pipe:':
Output file #0 does not contain any stream
Signal caught, exiting!
User cancel, exiting...
[739070b8] mjpeg demux error: cannot peek
[73c00520] main input error: Your input can't be opened
[73c00520] main input error: VLC is unable to open the MRL 'fd://0'. Check the log for details.
[73902dd0] mux_ogg mux: Close -
How to deal ffplay bein too slow playing iPhone's videos ?
21 janvier 2019, par Mikhail T.Trying to play a 3840x2160 video recorded by an iPhone 7 (@30fps), I get frequent pauses — in the video, music keeps playing.
This happens both in firefox and when
ffplay
is invoked to play the file directly — from command-line. The CPU is a dual E6700 @3.20GHz — not super fast, but it should be able to play smoothly, shouldn’t it ? Video is Intel’s "series 4" integrated chipset — again, not a speed-daemon, but it should be adequate... Support for Intel’s VA API is included.I build ffmpeg-4.1 from source using FreeBSD port. As you can see, the port has a maddening amount of options — including several different ones for the 264-codec.
Any suggestions for improving the decoding speed to the point, where it is watchable by a human ? Thank you !
-
linux ffmpeg Live streaming cannot connect to another PC
9 juin 2019, par Tae-YeongI’m set ffserver and ffmpeg streaming code in the linux console terminal.
ffserver => ffserver -f ./ffserver.conf (terminal 1)
ffmpeg => ffmpeg -r 15 -s 640x480 -f video4linux2 -i /dev/video0 http://mylocalhostip:8090/feed1.ffm (terminal 2)
It was working success in the localhost.
But It could not connect other PC or Mobile.
Firewall set disable.My desktop and mobile have a normal Internet connection.
I want to Live-Streaming connect other PC or Mobile.
How can I do ?Hardware = LattePanda
OS = Ubuntu 16.04< ffserver.conf >
HTTPPort 8090
bind to all IPs aliased or not
HTTPBindAddress 0.0.0.0
max number of simultaneous clients
MaxClients 1000
max bandwidth per-client (kb/s)
MaxBandwidth 10000
Suppress that if you want to launch ffserver as a daemon.
NoDaemon
<feed>
File /tmp/feed1.ffm
FileMaxSize 100M
</feed>
<stream>
Feed feed1.ffm
Format swf
VideoCodec flv
VideoFrameRate 15
VideoBufferSize 80000
VideoBitRate 100
VideoQMin 1
VideoQMax 5
VideoSize 640x480
PreRoll 0
Noaudio
</stream>
<stream>
Format status
ACL allow localhost
ACL allow 121.172.0.0 121.172.0.255 (my desktop Ip range)
</stream>I expect to output of My WebCam Screen, but the actual output timeout.
My desktop OS is Window10. And Mobile OS is Android.