Results 1 to 3 of 3

Thread: Live streaming with Qt5

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Question Live streaming with Qt5

    Hi to everybody

    I'm trying to build some application who let me do a video conference...

    I can get stream from my webcam and sow it using QCameraViewFinder widget, but I need to put this stream on one port of my computer to get it from the other and show it...

    Is that possible to do this with Qt5 ??? I know that Qt5Multimedia library use gstreamer right now, and for that reason, I think that maybe is possible that I don't need to compile a vlc or gstreamer library and work with them to solve my problem...

    some advice please...

    best regards

    freddy

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Live streaming with Qt5

    If you can get access to the frame data, then you can send it over network.
    Qt has support for both TCP and UDP transport layers.

    Cheers,
    _

  3. #3

    Default Re: Live streaming with Qt5

    Thanks anda_skoa

    First one, I'm sorry for answer to late but I wasn't on my country...

    How can I have access to the fram data using QCamera object?

    best regards

Similar Threads

  1. How can i create a TV Live Streaming Player?
    By Bong.Da.City in forum Qt Programming
    Replies: 2
    Last Post: 11th June 2019, 13:23
  2. ¿how to save a video that is streaming live this?
    By batiPro in forum Qt Programming
    Replies: 2
    Last Post: 21st October 2013, 13:41
  3. Live video streaming
    By khacminh in forum Qt Programming
    Replies: 2
    Last Post: 8th September 2013, 04:36
  4. live video capture
    By saman_artorious in forum Qt Programming
    Replies: 2
    Last Post: 9th July 2012, 09:59
  5. Live Video Inside QGLWidget
    By igorosberg in forum Qt Programming
    Replies: 0
    Last Post: 2nd June 2011, 14:10

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.