Dne 10.8.2010 11:10, peter hanshon napsal(a):
> Thank you sir for you response
> 
> I have another problem, so i  want to  initialize a video streaming
> service  (by VLC)  by sending a message sip
>  client(want to watch video) to server(server of video) when I use the
> following SDP but its not working
> nua_invite(handle,SIPTAG_CONTENT_TYPE_STR("application/sdp")
>                ,  SOATAG_USER_SDP_STR(v=0\n "
> "o=- 2890844536 28008255796 IN IP4 192.168.200.212 \n"
> "c=IN IP4 192.168.200.212 \n"
> "t=0 8\n"
> "a=tool:vlc 1.1.2\n"
> "a=recevonly\n"
> "a=type:broadcast\n"
> "m=video 52862 RTP/AVP 96\n"
> "a=rtpmap:96 H264/90000\n"
> "a=fmtp:96\n"
> "m=audio 43714 RTP/AVP 97\n"
> "a=rtpmap:97 mpeg-generic/44100/2\n"
> "a=fmtp:97\n"),
>                TAG_END ());

Hello Peter,
you will have to try much harder when asking questions here. It would
take a crystal ball to guess where the problem might be. There are lot
of people out there willing to help, but you must give us better chance.
If you want any assistance, include following details:

- Your setup (i.e. who is client, who is server, what are their addresses)
- Debug outputs and sofia messages (check this
http://wiki.freeswitch.org/wiki/Sofia#Debugging_Sofia-SIP)
- Relevant pieces of code (single call to function is not enough)
- What you have already tried

Without these, no one will bother trying.

Also, please always include mailing list address in To or Cc.

Regards
Martin

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to