Azbox HD streaming API

naight

Registered
Messages
6
Hi all

As you know azbox can stream TV channels to network and PC (e.g. using VLC) or other device (e.g. NMT) can receive it and playback.
It can be done using the Streaming menu in azbox.
http://www.satavto.by/satellite/faq_receiver/azbox_elite_premium_hd/stream_lan_azbox_elite_premium_hd.html

So one question is rised. Are there any streaming API's for developers? For example, I want to write an application which can stream TV to network, make some streaming settings etc.

And one more question. Is there some common forum for azbox developers, as for NMT developers?
http://networkedmediatank.com
 

naight

Registered
Messages
6
I'm using this SDK (SDK for plugins, TVSDK). TVSDK has only a part of TV functionality (manipulating channels, EPG, etc). There are API functions to add new channel, change current channel. I've used it in my application to create IP channel (UDP) for receiving multicast media streaming from network (e.g. IPTV). So there are API functions to receive data from network, and I need also to transmit (stream) media (e.g. TV channel, file on HDD) to network. TVSDK (ver. 0.3) has no such API functions. But streaming functionality using UDP is available in the Streaming menu of current playing channel.

What do you mean public? As I know Azbox source code is proprietary and closed. There is a set of SDK's for developers.

Cheers, naight
 
Top