Jump to content

Live streaming video to DLNA device?

How do I live stream videos to a DLNA device? The device is a generic chinese stick based on an ARM processor with 256MiB of RAM, and Intel UPnP stack. It identifies as "Intel DLNA DMR". I can play videos from HTTP and HTTPS URLs but it won't play HLS (m3u8 playlists) and it panics when I try to play a RTMP/RTMPe URL...

 

Is there a chance I can live stream video to it?

 

I have been also thinking of generating chunks of video 5 seconds long, then every 5 seconds playing a chunk and generating the next chunk while the current one is playing, but that seems like too much work...

 

I'm using NodeJS to talk to it using SSDP and DLNA.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×