oscam-emu in CI?

kebien

Registered
Messages
1,329
ASI is a compressed signal through a serial connection,and no end user receiver have any of that.

Does the pro box connects to a router and gets an IP? is it a network place in the home network in windows?
This is the only way you can direct a stream to the pro receiver : if it gets an IP address,and the pro receiver have the ability to insert a link to the stream.Otherwise it could be proprietary network protocol and you need to know it before hand.
Just as ASI input,IP input it may only be a point to point wired connection.

Enigma 2 is always streaming to network ports,this is why you dial it in with VLC and get a stream.
Post the pro receiver model and make to look at specs,will be way better than guess what to ask.
And I still do not think you'll get a higher quality video than most good quality enigma 2 receivers.
I mean,I am sure you already checked with high quality HD FTA signals that this pro receiver can render way better video,correct?
 
Last edited:

Francescone

Member
Messages
688
Kebien, yes my pro receiver has satellite and IP input, and I have configured it easily so it is in my home network and I can manage it with Windows. No proprietary protocol. Selecting IP input, I can choose between unicast and multicast mode, so I believe that I can get TS signal from my Dreambox in which oscam is running. I did not try yet to connect the box and check for any signal from dreambox, I thought that such additional command was needed. So, in your opinion, can I simply enter dreambox IP address and port in pro box input selection and get immediately audio/video signal without any additional dreambox configuration? If so, it would be very simple, I will try. Also, running oscam in dreambox, I would get descrambled signal in my pro box... is it correct? Thank you very much for your advices.
 

Francescone

Member
Messages
688
I’d like a authorised pro box like feedsat where can I find one?

Unfortunately my box is not authorized... I got it from a TV studio. They wanted to trash it. Oh, how much money have them? I don't know. But I said: no, I get it! And I'm very happy with it. As I said, very high audio and video quality, but only FTA reception. This is the reason because I want to link the receiver to my dreambox for encrypted signal viewing, too.
 

campag5242

Feed Hunter
Messages
2,585
Persuading an e2 box to stream requires more than just knowing its IP address & the video streaming port (8001). You have to submit an http request including the enigma2 s_ref (service ref) eg http://192.168.0.22:8001/1:0:1:9C42:1:C8:460000:0:0:0: to initiate streaming.

Choose Unicast, and if your pro box allows it, try entering that URL contained inside the stream.m3u8 file generated by pressing the Stream: link in the e2 webif (it's the icon to the immediate left of the current channel name, top left of the webif page). Guess you already know how to get this stream url if you've used vlc with your enigma2 box before.
 

kebien

Registered
Messages
1,329
I used to have the port list,but PES, PS, audio streaming are around the ports 3xxxx.

31335 stream tcp streamsec
31337 stream tcp streamts -ps
31338 stream tcp streampes
31339 stream tcp streamts -ts

31340/tcp open
31342/tcp open

31343/tcp open http Dreambox streaming audio httpd

39000/tcp open unknown

Yes you need the service description too.Like
Code:
http://192.168.1.77:31339/0,083f,0205,0058,1ffe
 
Last edited:

Francescone

Member
Messages
688
Could you please explain better ports usage? Yes I know where is the icon in webif, just used this feature with VLC. So, I must check the exact service address, and enter exactli as it is in my pro box. But I thought that port is always 8001, is it not true? How and when to use additional ports around 3xxx? Thanks.
 

kebien

Registered
Messages
1,329
A more complete description of network ports in Enigma 2

Code:
21 - FTP
22 - SSH
23 - Telnet
80 - WebInterface - you can change it in the plugin settings (I recommend you do it - you can avoid many problems as you install another plugin working on port 80 and restart the system)
111 -
139 - Netbios port
445 - Windows file sharing port (SMB)
2029 -
8001 - the default VIDEO streaming port
12000 - listening port of the CCcam server (you can disable listening by setting the "SERVER LISTEN PORT" parameter to 0 in the /etc/CCcam.conf file)
16000 - telnet port for CCcam
16001 - WEB service port for CCcam: http: // ip_CCcam_server: 16001
31335 - STREAM-SEC: purpose is sending a single stream - used for streaming AUDIO MP2
31337 -
31338 - STREAM-PES: destination is DVB streaming with several ES inside
31339 - STREAM-TS: intended for DVB streaming using transport-stream as a container
31340 - UDP-STREAM-PES
31341 - UDP-STREAM-PES
31342 - STREAM-TS-FILE: destination is DVB streaming - reading from a file instead of a demultiplexer
31343 - STREAM-ES
57076 -
60533 -
 
Top