Page 1 sur 1

UDP stream howto visualise?

MessagePosté: Dim 24 Fév 2019 18:56
de on4bhm
Hi,

I want to use the rtp stream.
But my vlc gives me an error.
is the udp stream from minitioune not compatible with rtp?

thanks
73's
ON4BHM

Re: UDP stream howto visualise?

MessagePosté: Dim 24 Fév 2019 20:22
de F6DZP
hello,

as you write yourself in your tittle, it is UDP protocole and completely compatible wit UDP definition.

UDP is not RTP.

If you set VLC to receive UDP stream, VLC will recive the TS and show the video.

73
Jean-Pierre F6DZP

Re: UDP stream howto visualise?

MessagePosté: Dim 24 Fév 2019 20:36
de on4bhm
this is in the .ini file:

;=====================================================================
; adresse UDP / UDP address
[UDP]
;=====================================================================
;AddrUDP=239.255.0.1
AddrUDP=127.0.0.1
Port=1234

;UDP_switch 0=OFF 1=ON
udp_switch=1

i'm tuned to the beacon

what do i enter in vlc?

udp://127.0.0.1:1234

that keeps on searching.....

Re: UDP stream howto visualise?

MessagePosté: Dim 24 Fév 2019 20:56
de on4bhm
ok, stupid

i was missing the @ ...

udp://@127.0.0.1:1234

Re: UDP stream howto visualise?

MessagePosté: Dim 24 Fév 2019 21:10
de on4bhm
another question:
is there another way besides the ini file to control minitioune with?

i wrote a program that calculates the frequency and the symbol rate from the spectrum view of BATC.
i want to trigger minitioune to automaticly use my parameters.

I could write some code to edit the ini file and start minitioune,
but isn't there a better way??

question 2:
Can more than 1 tuner be connected? and can minitioune be run more than once, each with its own tuner?

thanks
on4bhm

Re: UDP stream howto visualise?

MessagePosté: Lun 25 Fév 2019 05:23
de F6DZP
Hello,

OK now you have UDP running with VLC.

1) Next version (v0.9) will be able to receive commmands from another software via UDP.
beta version will be released very soon.
minitiouneV0.9 test.jpg
minitiouneV0.9 test.jpg (337.73 Kio) Vu 17704 fois

Minitiouning Multicast sender.jpg
Minitiouning Multicast sender.jpg (74.56 Kio) Vu 17704 fois


2) Very often I plug 4 MiniTiounerPro in the same PC and can receive 4 channnels at same time running 4 times Minitioune software.
With only 1 MiniTiounerPro we can also receive 2 channels at same time using the software Dualtioune. (but only DVBS today, I must finish it with the last possibilities of Minitioune: DVB2....)
So with 4 MiniTiounerPro we can receive 8 different channels at same time using 4 Dualtioune software.

MiniTiounerPro has better performances and can be used in dual channel mode.
It can also generate 13v 18v and diseqc messages (LNB voltage22kHz generator is inside)

A new MiniTiounerPro V2 will be released in April and will have more possibilities.

73
Jean-Pierre F6DZP

Re: UDP stream howto visualise?

MessagePosté: Mar 26 Fév 2019 12:47
de on4bhm
Hi,

Wil the UDP specifications be released?
so i can build my own vb.net app?

thanks

Re: UDP stream howto visualise?

MessagePosté: Mar 26 Fév 2019 20:55
de F6DZP
yes you will be able to develop your own application that send UDP message to Minitioune.

Jean-Pierre F6DZP