I tried testH264VideoFramer. And It work fine locally(rtsp://127.0.0.1:8554/testStream). Tested with VLC Player and testRTSPClient
However, If I try to connect remotely. Only SDP data received but no data stream received
Got a SDP description: v=0
o=- 1447008154324154 1 IN IP4 192.168.126.1
s=Session streamed by "testH264VideoStreamer"
i=test.264
t=0 0
a=tool:LIVE555 Streaming Media v2015.08.07
a=type:broadcast
a=control:*
a=source-filter: incl IN IP4 * 192.168.126.1
a=rtcp-unicast: reflection
a=range:npt=0-
a=x-qt-text-nam:Session streamed by "testH264VideoStreamer"
a=x-qt-text-inf:test.264
m=video 18888 RTP/AVP 96
c=IN IP4 232.122.81.169/255
b=AS:500
a=rtpmap:96 H264/90000
a=control:track1
......
Start playing session
..... And then nothing coming out
Is it a router problem or a firewall problem? I've allowed my program passing firewall for UDP/TCP in both local/public network