Thread: Livestreamer
View Single Post
  #11  
Old 06-09-2016, 02:41 AM
sebus sebus is offline
Member
 
Join Date: Apr 2012
Posts: 30
sebus is on a distinguished road
Default

Re: Livestreamer


I can play this local static stream (served by Unreal Madia Server)

Code:
rtmp://10.0.0.42:5119/vod/MediaRoot2/Illuminations-ThePrivateLivesofMedievalKings/Ep3.LibrariesGaveUsPower_59m_09s.mp4
in VLC perfectly fine

But livestreamer chokes on it (not that I need it, just trying to test)

Code:
C:\Livestreamer>livestreamer --player="C:\Program Files\VideoLAN\VLC\vlc.exe" "rtmp://10.0.0.42:5119/vod/MediaRoot2/Illuminations-ThePrivateLivesofMedievalKings/Ep3.LibrariesGaveUsPower_59m_09s.mp4" best
[cli][info] Found matching plugin stream for URL rtmp://10.0.0.42:5119/vod/MediaRoot2/Illuminations-ThePrivateLivesofMedievalKings/Ep3.LibrariesGaveUsPower_59m_09s.mp4
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (rtmp)
[cli][error] No data returned from stream
Obviously that is not correct, as the stream exists & as stated plays fine in VLC
Reply With Quote