Search Unity

Play live video stream

Discussion in 'Web' started by nsmith1024, Oct 10, 2018.

  1. nsmith1024

    nsmith1024

    Joined:
    Mar 18, 2014
    Posts:
    870
    Hello,

    Can Unity play a live video stream using VideoPlayer or some other way?

    Thanks
     
    DrRek likes this.
  2. thelghome

    thelghome

    Joined:
    Jul 23, 2016
    Posts:
    742
    Local Live Streaming for multiple clients is one of our plugin features, please check it out.
    It also supports auto network discovery in local network.
    FMETP STREAM
    https://u3d.as/2Q8Q


    PS: All Source Code written in C#, free to modify for specific case.
     
    Last edited: Jan 13, 2023
    nsmith1024 likes this.
  3. DrRek

    DrRek

    Joined:
    Apr 9, 2016
    Posts:
    7
    Did you find a free solution?
     
  4. ShadowlessStudios

    ShadowlessStudios

    Joined:
    Jan 8, 2017
    Posts:
    16
    Sorry but i buyed your Asset and find nowhere any possibilities to watch an IP Stream! I find your Posts in so many Topics. You just made some scenes nowhere is any description to how to watch an URL Steam Video!
     
    emersonpilastri likes this.
  5. ShadowlessStudios

    ShadowlessStudios

    Joined:
    Jan 8, 2017
    Posts:
    16
    Is there any Solution?
     
  6. gtk2k

    gtk2k

    Joined:
    Aug 13, 2014
    Posts:
    288
    ShadowlessStudios likes this.
  7. thelghome

    thelghome

    Joined:
    Jul 23, 2016
    Posts:
    742
    FMETP STREAM is customised streaming solution between unity apps, and to html.

    It’s not a video player for watching standard url stream.

    It supports streaming in public network and demos are included. There is one of examples.


     
    Last edited: Jan 13, 2023
  8. ShadowlessStudios

    ShadowlessStudios

    Joined:
    Jan 8, 2017
    Posts:
    16
    i think the protocol is : jsmpeg . What i did is stream a Video Stream in local network with my Rasperry pi Cam. And can watch it with the url :
    I Stream the Video in local Network with my Rasppery Pi 3 Cam and can watch at it in normal browser via : http://192.168.2.149:8080/index.html . what do you mean with protocol ?
     
  9. ShadowlessStudios

    ShadowlessStudios

    Joined:
    Jan 8, 2017
    Posts:
    16
    finnaly i did ot on my way but thank you agaiin :)
     
  10. Helaly96

    Helaly96

    Joined:
    Mar 29, 2020
    Posts:
    8
    how did you manage to do it?
    i have been stuck for quite a while
     
    ShadowlessStudios likes this.
  11. Zero_Jer

    Zero_Jer

    Joined:
    Sep 29, 2021
    Posts:
    1
    Same question for me. How u to play live video stream on unity?
     
    ShadowlessStudios likes this.
  12. r0761778

    r0761778

    Joined:
    Oct 25, 2021
    Posts:
    1
    Hi, we are stuck at the same problem for a task. We need to integrate the live images from an URL into Unity.
    Any chance you could help us with your solution?
    Thanks in advance!
     
    ShadowlessStudios likes this.
  13. ShadowlessStudios

    ShadowlessStudios

    Joined:
    Jan 8, 2017
    Posts:
    16
    Hey guys iam very busy at my work and private life to tell that quickly what to do, there are many steps to be taken, but iam going to do a YouTube Video in my Channel the next weeks. ->Shadowless Studios
     
    DanielFalk and StarFluke like this.
  14. Sumaya_

    Sumaya_

    Joined:
    Jun 15, 2021
    Posts:
    2
    Hi,
    Anyone got it how to do it? I have the same requirement to access live stream video from url.
    @ShadowlessGaming I checked your youtube channel and couldn't find any video on this. Please do share any tutorial or links you have.
    Any help would be appreciated. Thanks in advance.
     
  15. jonatanvargas777

    jonatanvargas777

    Joined:
    Feb 17, 2022
    Posts:
    2
    JustKriss0 likes this.
  16. thisisajaikumar

    thisisajaikumar

    Joined:
    Apr 22, 2020
    Posts:
    5
  17. jhocking

    jhocking

    Joined:
    Nov 21, 2009
    Posts:
    814
    Is this your video on this topic? I am trying to do this for a new project!