Reply to thread

Wouldn't be easier to define interface for TVServer clients e.g. ITVServerClient and expose methods through web service.


This way clients could easily connect to TVServer and make "direct" call to method

e.g.

public ClannelList GetAvaliableChannels()

Or

public string GetChannelStream(string channel name)

....


This way you can probbaly split TVServer functionality in few Interfaces and easily extend stuff ...


Anyway what ever you do will probably be good :)


Question....

I'm currently working on full screen video editor for media portal...

I was thinking that when I finish this version it would be nice to split it into two plugins:

One for MP so you can edit cut points while watching video over RTSP.

Other for TVServer which will actually do cutting in background.


This way video would allways be managed by TV Server and TV Server could control list of available videos video recoding cutting etc ..


What do you think about that idea ?


Goran


Top Bottom