NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 188 189 190 191 192 … 433 Next »
Sat>IP

Sat>IP
KayDiefenthal
Offline

Member

Posts: 59
Threads: 2
Joined: Nov 2013
#11
2015-03-31, 08:05 PM
ok
that is very sadly to hear that Tom never request anything
i have really all make what i can do

fom donate a device over testing to share contact Infos

had you a release date ? for the next public Version
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#12
2015-03-31, 08:07 PM
KayDiefenthal Wrote:ok
that is very sadly to hear that Tom never request anything
i have really all make what i can do

fom donate a device over testing to share contact Infos
Yes, thanks - you did absolutely all you could to get this done.

KayDiefenthal Wrote:had you a release date ? for the next public Version
I had originally plan to do the release about 2 months ago, but life got in the way, so it hasn't happened yet. Hopefully in a couple of weeks.
KayDiefenthal
Offline

Member

Posts: 59
Threads: 2
Joined: Nov 2013
#13
2015-04-14, 07:06 PM
Hi Sub

i have rework SSDP code and think it is help you for SES SatIp Certification Request


usage exsample
Code:
private SsdpClient _ssdpClient = new SsdpClient();
        _ssdpClient.DeviceLost += DeviceLost;
        _ssdpClient.DeviceNotify += DeviceNotify;
        _ssdpClient.DeviceFound += DeviceFound;
        _ssdpClient.Start();
        _ssdpClient.SendFindByType();

        private void DeviceFound(object sender, SatIpDeviceFoundArgs e)
        {
            //TODO here what you want with this Info
            //add device to List and invoke GUI
       }

        private void DeviceNotify(object sender, SatIpDeviceNotifyArgs e)
        {
            //TODO here what you want with this Info
            // is fired if the ssdp Client recieve an Notify Response with NTS: ssdp:alive
            // as redundant check
        }

        private void DeviceLost(object sender, SatIpDeviceLostArgs e)
        {
           //TODO here what you want with this Info
           // is fired if the ssdp Client recieve an Notify Response with NTS: ssdp:bye and means that the device Connection is lost
           //so stop all rtsp rtp rtcp Threads and stop demux  
           // as redundant check to rtcp bye package  203
        }

additional Info this work fine here with all my SatIp Servers incl the new one Triax Tss 400 ( the Problem Device with that ses make some tests )
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode