Hi developers,

I have one question about the difference of streaming Multicast and Unicast.
When I connect to a multicast server I receive in my function
"AfterReadingFrame" all the packets SPS, PPS and Slices and then I parse all
and save to decode when I need.
I tried a Unicast server and then I need to work with
"fmtp_spropparametersets" to extract the SPS and PPS buffer to parse because
in my "AfterReadingFrame" I only receive Slice packets, no SPS or PPS. If I
save this packets with the Slice i can decode after all.

Then my question is: Where or How can I obtain the information about the
type of streaming (Unicast or Multicast) at first?

Thanks in advance.
-- 
Miguel Angel Arcos
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to