Jump to content

SAT>IP


Schimi

Recommended Posts

Hi Luke there are some notify Messages

 

i had look fast over it and think there not all Servers found

 

any notify messages from the sat devices?

Link to comment
Share on other sites

ok yes

NOTIFY Device message received from 192.168.2.106:44511. Headers: HOST=239.255.255.250:1900,CACHE-CONTROL=max-age=1800,LOCATION=http://192.168.2.106:8080/desc.xml,NT=urn:ses-com:device:SatIPServer:1,NTS=ssdp:alive,SERVER=Linux/1.0 UPnP/1.1 IDL4K/1.0,USN=uuid:7eafb2be-8d9b-4263-b6fa-7a594390beea::urn:ses-com:device:SatIPServer:1,BOOTID.UPNP.ORG=778,CONFIGID.UPNP.ORG=0
Link to comment
Share on other sites

Hi Luke there are some notify Messages

 

i had look fast over it and think there not all Servers found

 

Since you're on windows, go to advanced -> set your automatic update level to dev. then once you have the latest dev build, let me know if you see the message i mentioned earlier.

Link to comment
Share on other sites

Guest Diefenthal

with disabled dlna and dev build are all three found

 

2016-02-17 07:53:52.5533 Info IDeviceDiscovery: Creating SSDP listener on 192.168.2.104
2016-02-17 07:53:52.5703 Debug SsdpHandler: Sending unicast search request
2016-02-17 07:53:53.6663 Info HttpClient: HttpClientManager GET: http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
2016-02-17 07:53:53.6873 Debug PortMapper: Starting NAT discovery
2016-02-17 07:53:53.6943 Debug App: SAT IP found at http://192.168.2.103/octoserve/octonet.xml
2016-02-17 07:53:53.7553 Info LibraryMonitor: Watching directory C:\Users\Kay\AppData\Roaming\Emby-Server\root
2016-02-17 07:53:53.7553 Info LibraryMonitor: Watching directory C:\Users\Kay\AppData\Roaming\Emby-Server\data\camerauploads
2016-02-17 07:53:53.7553 Info LibraryMonitor: Watching directory C:\Users\Kay\AppData\Roaming\Emby-Server\data\collections
2016-02-17 07:53:53.7553 Info LibraryMonitor: Watching directory C:\Users\Kay\AppData\Roaming\Emby-Server\data\playlists
2016-02-17 07:53:53.7673 Debug SsdpHandler: Registered mount a43de1e735cf5594bd6b7b5e6e90044b at http://192.168.2.104:8096/dlna/a43de1e735cf5594bd6b7b5e6e90044b/description.xml
2016-02-17 07:53:54.0474 Debug App: SAT IP found at http://192.168.2.106:8080/desc.xml
2016-02-17 07:53:54.0474 Info HttpClient: HttpClientManager POST: http://www.mb3admin.com/admin/service/registration/validate
2016-02-17 07:53:54.0964 Debug App: SAT IP found at http://192.168.2.102:80/rootDescr
2016-02-17 07:53:54.0964 Debug App: SAT IP found at http://192.168.2.102:80/rootDescr
2016-02-17 07:53:54.7174 Debug App: SAT IP found at http://192.168.2.106:8080/desc.xml

Edited by Diefenthal
  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...
Guest Diefenthal

ok and the other way (RTSP -> RTP/RTCP->M2TS) is to much work for you ?

 

i had no Problem with that if you answer that with yes

Edited by Diefenthal
Link to comment
Share on other sites

Guest Diefenthal

No, it's not too much work, I just don't really know where to get started.

 

device discovery had you  working

the next step  is look for Tuning data  as exsample from kingofsat the ini files for an ini Reader look there http://www.mentalis.org/soft/class.qpx?id=6

with that can you make an channelscan 

for that is an rtsp rtp rtcp stack needed

 

or would you parse first an ts file ?

 

https://onedrive.live.com/redir?resid=623CC1224D4C982B!862&authkey=!ACF5qhBI2I9Bdbs&ithint=video%2cts

Edited by Diefenthal
Link to comment
Share on other sites

Guest Diefenthal

i had an dummy app for you

 

form1 is the device discovery

form2 the  configuration (Basic )  for the device

you can choose the Satellite  for each source

you can send rtsp Messages Setup Play Describe Options Teardown

 

and hope it helps you a Little bit

 

 

 

 

Edited by Diefenthal
  • Like 3
Link to comment
Share on other sites

Guest Diefenthal

here is an updated Version

 

 

changes

 

the 3 progressbars now Show the values for Signal Level Quality and Result  how manys Transponders are tuned

 

 

 

 

but here is no ! recieving of rtp / rtcp or Transport stream reading included it should only Show how emby communicate with sat>ip servern  to get channels  

 

if anyone wont help can i add this sample to github for Team work

Edited by Diefenthal
  • Like 2
Link to comment
Share on other sites

Just getting started with an empty config page.

 

We can already support SAT servers that broadcast m3u in their device xml, but i guess not many do that.

 

56e632b9bc152_Untitled.png

Link to comment
Share on other sites

Guest Diefenthal

SatIp is it at time

but is BDA tuner Support on the list than is it possible to create  it for both

 

the only difference between BDA and SatIp  is that BDA use Filtergraphes  to tune and get the Data

and SatIp use Rtsp Rtp  and parse the Byte data

 

 

with other words we can now create casses called DVBSTuner, DVBTTuner and DVBCTuner and can specify over the type BDA or SatIP how the channel should be tuned and the data should be received

  • Like 1
Link to comment
Share on other sites

pir8radio

Just getting started with an empty config page.

 

We can already support SAT servers that broadcast m3u in their device xml, but i guess not many do that.

 

56e632b9bc152_Untitled.png

 

Sweet, ill look into sat-ip devices and play around!

Link to comment
Share on other sites

Guest Diefenthal

i see that here some use dvb Viewers Recording Service as satip Server 

 

is there one with dvbt or dvbc

if yes can i implement that  but i cant that test

Link to comment
Share on other sites

Nikolaech

 

 

i see that here some use dvb Viewers Recording Service as satip Server

Yes, there are many such. I use DVB-S/S2.

 

 

if yes can i implement that  but i cant that test

I can test. Hardware SkyStar 2 eXpress HD; software Win 10 x64 ru. DVBViewer 5.6.0 + RegService 1.32.0

Link to comment
Share on other sites

Guest Diefenthal

I can't review these pix's 

 in emby is it an dev build

 

the Form1 and Form2  is from my dummy that i attached  some Posts over this  zip Name is Satipv3

Link to comment
Share on other sites

Nikolaech

EmbyServer-beta. RS 1.32.0(service record DVBViewer ) should be started. Should be the second picture.

Edited by Nikolaech
Link to comment
Share on other sites

e123enitan

Kudos to the guys currently working on this project to it make a reality, I strongly believe this would be a selling feature for emby, that said, I hope soon DVB Viewer/RS would integrate with emby server.

 

Cheers!!

Edited by e123enitan
Link to comment
Share on other sites

rechner123

i see that here some use dvb Viewers Recording Service as satip Server 

 

is there one with dvbt or dvbc

if yes can i implement that  but i cant that test

Hi

 

I use recording service with dvb-c.

 

What can i do?

Link to comment
Share on other sites

Nikolaech

Does anyone have a device that supports m3u channels via X_SATIPM3U?

as a client?  any computer with Windows

Edited by Nikolaech
Link to comment
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
×
×
  • Create New...