Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (43)

Sur d’autres sites (7788)

  • Save Gstreamer stream at Windows side [closed]

    18 février 2013, par user1336117

    I am streaming video from webcam from linux via gstreamer as below :

    gst-launch -v v4l2src device=/dev/video0 ! videorate  ! video/x-raw-yuv, width=320, height=240, framerate=5/1  ! videobalance saturation=0.0 ! jpegenc ! multipartmux ! tcpserversink host=192.168.10.24 port=5000

    I can see the stream via VLC

    tcp://192.168.10.67:5000

    As the next step I want to save it as a video file but I could not succeeded.
    I tried to setup gstreamer to windows but it did not worked.
    I tried to save the stream by using ffmpeg on windows side but it did not worked.

    ffmpeg -i tcp://192.168.10.67:5000 -map 0 deneme.flv

    What should I do to be able to save the stream on windows side ?

  • Revision e5fb6321a1 : give vp9 variance struct a unique name variance_vtable clashed with vp8/common/

    23 février 2013, par James Zern

    Changed Paths : Modify /vp9/common/vp9_rtcd_defs.sh Modify /vp9/encoder/vp9_variance.h give vp9 variance struct a unique name variance_vtable clashed with vp8/common/variance.h Change-Id : I09c1de44d5519f1bd13f58c01144c0de4706de6f

  • framecrcenc : Also print the size of side data elements

    6 février 2013, par Michael Niedermayer

    framecrcenc : Also print the size of side data elements