My receiver cannot receive A/V data, but metadata

naeoc

New member
My receiver works well ASDK (with json configure),

but not ASDK(without json configure, and use NDIlib_recv_create_v3() ), in local network,
Receiver can receive metadata well. but cannot receive V/A data.

what is the reason?


Code:
 At, receiver,
...
Looking for sources ...
Looking for sources ...
Looking for sources ...

 Find source
 Source name : LOCALHOST (TESTING SRC NAME)
 Source Group name : TESTING GROUP
 Source IP address : xx.xx.xx.xx:5961
 Num of Source : 1

the settings on this input have changed

Meta data received from sender
<ndi_product long_name="NDILib Send Example." short_name="NDILib Send" manufacturer="Cool Co." version="1.000.000" session="default" model_name="S1" serial="ABCDEFG" />

Meta data received from sender
<ndi_format><video_format xres="1920" yres="1080" frame_rate_n="30000" frame_rate_d="1001" aspect_ratio="1.77778" progressive="true" /><audio_format no_channels="2" sample_rate="48000" /></ndi_format>

No data received.
No data received.
No data received.

...
 
Disable any firewall that is in use from NDI sender to receiver. If that works, review any firewall exceptions that you may need.
 
We tried NDI Streaming in webOS and we faced the similar issue. We don't have any firewall exceptions.

our case: ndi_product metadata is received but video frame metadata is not received.

0:00:00.200857500 19926 0x1a4d580 DEBUG ndireceiver src/receiver.rs:721:gstndi::receiver:<source> Received metadata at timecode 0:00:00.000000000: <ndi_tally_echo on_program="false" on_preview="false"/>
0:00:00.200874140 19926 0x1a4d580 DEBUG ndireceiver src/receiver.rs:721:gstndi::receiver:<source> Received metadata at timecode 0:00:00.000000000: <ndi_product

Please provide any suggestions on the above issue.

Detailed Logs:

0:00:00.351097700 27205 0xdc3600 DEBUG ndireceiver src/receiver.rs:580:gstndi::receiver:<source> Starting NDI connection...
0:00:00.351123800 27205 0xdc3600 DEBUG ndireceiver src/receiver.rs:584:gstndi::receiver:<source> Connecting to NDI source with NDI name 'None', URL/Address Some("10.221.44.53:5961") and URI Some("ndi://10.221.44.53:5961")
0:00:00.355911660 27205 0xe95720 DEBUG ndireceiver src/receiver.rs:688:gstndi::receiver:<source> No frame received yet, retry
0:00:00.363338440 27205 0xe95720 DEBUG ndireceiver src/receiver.rs:721:gstndi::receiver:<source> Received metadata at timecode 0:00:00.000000000: <ndi_tally_echo on_program="false" on_preview="false"/>
0:00:00.413410140 27205 0xe95720 DEBUG ndireceiver src/receiver.rs:688:gstndi::receiver:<source> No frame received yet, retry
0:00:00.463791740 27205 0xe95720 DEBUG ndireceiver src/receiver.rs:688:gstndi::receiver:<source> No frame received yet, retry
 
Back
Top