This is great news and a very interesting tool to play with...
Thank you for this info

On 23/01/13 15.27, Samuel Mimram wrote:
Hi,

We have gstreamer support (in the version which shall be released in a few days), which means that we support virtually every file type gstreamer does, which obviously includes mp4. You can test this for instance with:

liquidsoap 'output.sdl(single("test.mp4"))'

which should display your mp4 file without any problem. Concerning streaming, we don't have specific support for video, but it should be doable with the gstreamer support. For instance, I have been able to do the following. I defined a function

def gstreamer.rtp.mpeg4(~host="127.0.0.1",~port=5000,source)
output.gstreamer.video(pipeline="videoconvert ! avenc_mpeg4 ! rtpmp4vpay config-interval=2 ! udpsink host=#{host} port=#{port}", source)
end

Then I could stream a video using

gstreamer.rtp.mpeg4(single("test.mp4"))

And of course the video can be played with

vlc test.sdp

where test.sdp contains the following:

v=0
m=video 5000 RTP/AVP 96
c=IN IP4 127.0.0.1
a=rtpmap:96 MP4V-ES/90000

This is just a quick test that I have done, but I guess it can easily be adapted along these lines to suit your needs (but you might need to explore a little here since video hasn't been used that much until now).

Cheers,

Samuel.



On Wed, Jan 23, 2013 at 2:31 PM, Haris Zukanovic <[email protected] <mailto:[email protected]>> wrote:

    Thank you for infos...

    I would like to do some experiments with video runtime editing
    using liquidsoap.
    Is it possible to work with input mp4 files instead of vorbis?
    Is it possible to output scheduled playlists using rtmp, rtsp or
    other streaming delivery protocols with h264/aac inside?


    kind regards
    Haris



    On 22/01/13 13.20, Samuel Mimram wrote:
    Hi,

    Most of the video documentation is available on this page :
    http://savonet.savailableourceforge.net/doc-svn/video.html
    <http://savonet.sourceforge.net/doc-svn/video.html>
    There is not much more to say because basically video is the same
    as audio (excepting that you put video files in your playlist).

    Don't hesitate to ask on this mailing-list if you need more
    details or want to report experiments !

    ++

    Sam.


    On Tue, Jan 22, 2013 at 12:49 PM, Haris Zukanovic
    <[email protected]
    <mailto:[email protected]>> wrote:

        Hi everyone,

        Could anyone please point me to where I could read about
        advances and/or
        a roadmap for the Liquidsoap support for video?



        Thank you in advance

        --
        --
        Haris Zukanovic


        
------------------------------------------------------------------------------
        Master Visual Studio, SharePoint, SQL, ASP.NET
        <http://ASP.NET>, C# 2012, HTML5, CSS,
        MVC, Windows 8 Apps, JavaScript and much more. Keep your
        skills current
        with LearnDevNow - 3,200 step-by-step video tutorials by
        Microsoft
        MVPs and experts. ON SALE this month only -- learn more at:
        http://p.sf.net/sfu/learnnow-d2d
        _______________________________________________
        Savonet-users mailing list
        [email protected]
        <mailto:[email protected]>
        https://lists.sourceforge.net/lists/listinfo/savonet-users



-- --
    Haris Zukanovic



--
--
Haris Zukanovic

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to