upnp - How to push DLNA content from the command line -



upnp - How to push DLNA content from the command line -

i going integrate broadcasted channels iptv channels 1 menu on tvs. problem swithing between different sources pain. need create menu on tv select channel want watch , switch tv channel. know how create menu.

the other part of solution force itpv channel mediaserver tv screen. hard part. ended installing gupnp , playing it. works , i'll able write application.

may have thought of improve solution pushing content via dlna? there command line utility or mediaserver can controlled command line? that'll ideal option.

the basic question how programmatically play resource mediaserver on renderer?

thanks.

the basic question how programmatically play resource mediaserver on renderer

the basic reply is, can't. upnp mediaserver in not designed ability start playing content renderer, same way http server can't start displaying html on particular browser window without browser making @ to the lowest degree 1 request first. have 2 options:

your implementation of "the menu in tv" (whatever is) capable of upnp discovery , browse mediaserver wanted content (perhaps on hardcoded url simplify). introduce upnp command point network, knows how find , browse mediaserver , push content selected renderer. don't see reason why shouldn't possible commandline, gupnp seems provide source sufficiently powerful command point can tweak , tailor needs.

mind both options result in tv making request on mediaserver , actively downloading stream data. there no hidden wizardry in sec option, "push" practically means command point tells renderer "here url start downloading".

command-line upnp dlna

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -