Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (74)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (9523)

  • Live Video Broadcasting android

    16 juillet 2015, par AndroidFan

    I am developing an android application that will do live video broadcasting from mobile camera to Nimble streaming server. I have done google and find this link

    http://www.walking-productions.com/notslop/2013/01/16/android-live-streaming-courtesy-of-javacv-and-ffmpeg/comment-page-2/#comment-428898

    Actually i have downloaded project and successfully imported it on my eclipse , but when i am changing url from

    rtmp://live:live@128.122.151.108:1935/live/test.flv

    to

    rtmp://192.168.1.51:1935/magnify/sudeep

    The camera started but it does not do live streaming. On seeing it on my log cat output i got this following error :

    07-16 13:56:13.314: W/System.err(22490): com.googlecode.javacv.FrameRecorder$Exception: av_interleaved_write_frame() error -32 while writing interleaved audio frame.
    07-16 13:56:13.314: W/System.err(22490): at com.googlecode.javacv.FFmpegFrameRecorder.record(FFmpegFrameRecorder.java:747)

    Actually i am using Nimble streaming server as My server. Actually i got stuck it into from last 3 days.

  • ffmpeg is not working on live server in PHP

    11 mai 2017, par thakur

    I have downloaded the ffmpeg package and set the path of usr/bin of ffmpeg .By this ffmpeg is running on the localhost correctly as shell_exec('ffmpeg -versoin');, but when I run the same code on live server ffmpeg is not working.

    I have also set the correct directory path for live server. The problem is all other commands is running correctly on live server except ffmpeg.

  • live preview of video processing in android app

    13 février 2018, par Ashish Mathur

    I’m building a video editing app and currently I am using ffmpeg for encoding and decoding process (my app can easily do the tasks where live preview is not required like reverse a video or apply filters like B/W or pick specific frames in video and some audio tasks etc)
    but Problem is that if user want to adjust the brightness or contrast of the video they require live preview of the video but that is not supported by ffmpeg ffmpeg requires to encode the video before the preview
    so my question is how can I achieve live preview with ffmpeg

    Thanks in advance (sorry for grammar related problems in the question)