Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (108)

Sur d’autres sites (15002)

  • xcode(iphone) use ffmpeg streming [on hold]

    29 mai 2014, par user2805987

    I want help

    i don’t know using ffmpeg in xcode

    iphone is don’t use nstask

    I want use

    ffmpeg -re -i http//goproip/live/amba.m3u8 -acodec aac -vcodec h264rtmp ://wowzaserver/live/stream

    help me 

    I want method ffmpeg in xcode 

    "ffmpeg -re -i http//goproip/live/amba.m3u8 -acodec aac -vcodec h264rtmp ://wowzaserver/live/stream"

    this style 

  • On demand RTSP streaming FFMPEG iPhone

    23 mai 2014, par Tarun Seera

    We are using FFmpeg for real time streaming in iPhone.
    For testing purpose we have hosted a video on local server.When we try to start stream avformat_open_input method always return error code -5.
    I have read some where that is is I/O error but the same URL working fine on VLC media player.
    If we start streaming on VLC first then play it on iPhone it works fine.
    I am not getting where I am wrong the IP address and network connection both are fine.

  • HTTP Live Streaming, FFMPEG & FFSERVER, and iPhone OS 3

    17 novembre 2014, par jcnnghm

    In iPhone OS 3, Apple has introduced HTTP Live Streaming which should allow live streaming of video from the internet. I am currently operating a webcam, which feeds into my server, and is then converted into a flv stream by ffmpeg, and streamed back out using ffserver. Does anyone know how to setup a video stream the iPhone can use using ffmpeg and ffserver ? I should be able to re-encode into just about any format on the fly.