
Recherche avancée
Autres articles (33)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (4749)
-
How to use ffmpeg for rtsp streaming
9 juin 2017, par Pranay KumarHow to use FFMPEG for RTSP Streaming ?
I am able to stream though UDP and RTP. Streaming RTSP using ffmpeg and ffserver is there. But as per http://ffmpeg.org/index.html#ffserv FFserver has been dropped. How to use FFMPEG directly for RTSP Streaming.
RTP command looks like :
#ffmpeg -i space.mp4 -re -vcodec copy -an -f rtp rtp://192.168.1.8:1234
What is the command for transmitting through RTSP protocol
-
How to read data from a compressed video segment and send it, frame by frame ?
5 mars 2018, par fei shawnshanksHow to read data from a compressed video segment and send it, frame by frame using C or C++ ?
I plan to design a video transport protocol, which should has ability to send and receive a compressed video segment, frame by frame, at the same time could distinguish between I frames and P frames.
-
How to Extract Mp3 from M3u8 Native Audio stream in php using FFMPEG ?
9 septembre 2023, par Narendhiran vigneshI'm trying to extract mp3 links from the cdn sites. But some of the links have m3u8 format. I cannot able to simply download mp3 songs from it. I tried using ffmpeg but i'm failing to do correctly. I simply want is to a piece of code to convert the m3u8 links into mp3 using ffmpeg in php and store in a folder and generate download link to the mp3 file.


Thank You, Code for your reference.


"display_id": "673125230",
"upload_date": "20190830",
"requested_subtitles": null,
"url": "https://cf-hls-media.sndcdn.com/playlist/HGJ7NsKV3qQm.128.mp3/playlist.m3u8?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiKjovL2NmLWhscy1tZWRpYS5zbmRjZG4uY29tL3BsYXlsaXN0L0hHSjdOc0tWM3FRbS4xMjgubXAzL3BsYXlsaXN0Lm0zdTgqIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNjk0MjMwNjk1fX19XX0_&Signature=C27NdFLBJiiNrj3Th2bUJcPFgBMIqo2BTRkUA-OVrnbrmsbJDZ53AXLIzbPx7RxF5ox8QhnDaggPnkREcFbpTcAMTQKLD22bhO1KdTCkClqEJDesjQgwo-YjyZidEfPrz~c7z4uPBdshT2OjBgyWECcvtRc~9lR~CvgIJ-ahxR4V3RRohp9SfQG1I57eNz7rBfOp0ns9-MiAy~kXCGCcH0xDgw4QCzjnSgvxUphPnBUe5HOhPa1gLbkZylC-icwOXP60qfAaYlhSk7mmA3cuQez2eWlmzrISRnNK2pYoqC9iGV9MYvb0TW5krdfyf2140auCSu8u59OYkyZTFzt8SA__&Key-Pair-Id=APKAI6TU7MMXM5DG6EPQ",
"ext": "mp3",
"abr": 128,
"format_id": "hls_mp3_128",
"protocol": "m3u8_native",```