Tagged Questions
The sdp tag has no wiki summary.
5
votes
2answers
3k views
How to start RTP stream inside a SIP/SDP call
I've managed to set up a SIP call using the JAIN-SIP API for Java.
Now I would like to stream some video once a dialog has been established. I've read that this is possible with SDP and RTP, and I've ...
4
votes
1answer
446 views
H.264 decoding using gstreamer and ffmpeg
I have a voip application I am working on using the OPAL voip SIP stack.
I am overriding a class called OpalLocalEndpoint and reading/writing encoded data to and from my gstreamer pipelines. For ...
3
votes
2answers
169 views
J2ME Audio Streaming through SIP Connection
I am creating a J2ME real time streaming audio player with RTP and through SIP connection. Also I am new for these things. I want to take look deeply those things. If any one know a good working ...
2
votes
1answer
804 views
Getting RINGING response on SIP UAC without sending it from the other UAC
I hope this would be my last question about this SIP subject, I have managed to overcome the last issue I had by asking a friend to help me from a remote computer, I'm able to connect between the ...
2
votes
4answers
4k views
How to decode sprop-parameter-sets in a H264 SDP?
What is the meaning of Base64 decoded bytes in sprop-parameter-sets in SDP for a h264 stream? How can I know the video size from this example?
SDP example:
...
1
vote
3answers
145 views
building a string with different paramaters that is scalable
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
c89
Hello,
Just wondering is there a better way to do this with the code I have provided below.
I am building a sdp (session description protocol) ...
1
vote
1answer
96 views
Send a user defined String within the SDP packet
is there a way to send a short user defined string from the Caller to the Callee within the SDP part of an INVITE message (in a manner like steganography)? I tried to set the string with a length of ...
1
vote
5answers
414 views
Asterisk stops transmitting RTP data
I am developing a SIP controller in Java using the NIST implementation of the JAIN SIP API.
I am having trouble making a call from my SIP controller to a softphone via Asterisk.
If I call the ...
1
vote
1answer
196 views
【SIP】Is sip api in android 2.3 support the re-invite request and SDP media negotiation?
It seems that sip api in android 2.3 does not support the re-invite request and SDP media negotiation, what should I do? Do you nice guys have any recommendation of sip stack for Android?
1
vote
2answers
2k views
Trouble connecting android bluetooth client socket to ubuntu server socket
I am writing an Android app that should exchange data to a server over Bluetooth, with the server side on a PC running Ubuntu, using the bluez library, in C (or C++).
My Android app fails ...
1
vote
1answer
761 views
process of connecting RTP with SIP via SDP & land lines
I have a problem with starting a media session and to combine it with my SIP client. I've designed a recursive SIP client that reuse the same request template to send the next requests to server, ...
1
vote
2answers
316 views
How wrong is it to modify the SDP body of a SIP message?
A requirement for the SIP PBX I created for my company was to record all calls passing through it. I solved it by forcing all SIP message to pass through the PBX and to modify the SDP body so the ...
1
vote
1answer
270 views
Convert SDP data from byte[] into Object?
I am currently sending and receiving SIP messages across a network.
When I want to add SDP data to a SIP message I use the SessionDescription object in jrtp.
This object is then added to the SIP ...
0
votes
0answers
59 views
What does sdptool do in this script? [migrated]
Here I want to know about this sdptool command does in the following script snippet:
if [ `sdptool browse $BD_ADDR | wc -l` -lt 5 ]
I understand sdptool browse $BD_ADDR as well as wc -l -- it's ...
0
votes
0answers
38 views
Secure RTP stream for android devices
I am trying to stream live and VOD content onto the android devices. For that I am writing a RTSP server which will stream through RTP protocol using SDP. I want to send the data in a secure way to my ...
0
votes
1answer
21 views
Can't get libvlc to play sdp file
I have the following sdp file which my program generates:
v=0
c=IN IP4 192.168.0.20
t=0 0
m=audio 1235 RTP/AVP 101
a=recvonly
a=rtpmap:101 speex/16000/1
a=fmtp:101 media=(string)audio, ...
0
votes
1answer
95 views
Bluetooth SDP Secure and Insecure
What is the difference between an insecure and a secure connection? My bluetoothapp isnt working that well and so i thought about this.
In the Chat example they are using both secure and insecure ...
0
votes
1answer
207 views
Why doesn't RTSP (sdp) Quicktime embed work in FF and IE?
I have an embed code that plays streaming video:
<object width="640" height="480" id="qt" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ...
0
votes
0answers
96 views
Not detecting incoming bluetooth connection
I am developing a bit with bluetooth, unfortunately my application don't detecting incoming connections. Here's my code:
private class AcceptThread extends Thread {
private final ...
0
votes
2answers
483 views
Asterisk: Unsupported SDP media type in offer: video 0 RTP/AVP 0
I'm trying to use open source Java SIP client Jitsi to do video chat.
To eliminate all network and proxy issues, I've setup my own SIP proxy Asterisk and both the clients are on the same LAN. I also ...
0
votes
0answers
165 views
How to play an SDP file with a MediaPlayer intent?
I have an SDP file, containing an H264 baseline RTP record.
When I try to start the MediaPlayer via an Intent to play that file, all I get is:
I/StagefrightPlayer( 76): ...
0
votes
1answer
61 views
retriving master key and salt from SIP SDP with Convert.FromBase64String
I have an application to decrypt media packets.
it require me to provide Master key and salt key.
my SDP provide me (after negotiation ended) with
AES_CM_128_HMAC_SHA1_80 ...
0
votes
1answer
224 views
Android 2.3 SDP Parser?
which file is responsible for sdp parsing in gingerbread?
i want to customize it for adding some additional flags?
is there any links available for it.then can you please share it?
0
votes
2answers
2k views
Android RTP SDP X264 problem (Have audio, but no Video)
Android will play both the audio and video (AAC,h263) that I server it from my rtp server, but when I serve an AAC/H264 stream, I only get the audio and no video.
In the working scenario, Android ...
0
votes
1answer
266 views
SDP message for screen stream
When transmitting files over RTSP, at one point, a message is sent SDP such that:
...
m=video 3000 RTP/AVP 32
a=rtpmap:32 MPV/90000
a=control:rtsp://192.168.0.201/video
a=mimetype: video/MPV
...
...
0
votes
0answers
67 views
program SDP chat and Filetransfer by java (need webs or book) [closed]
i nedd code of SDP chat or file transfer by java
i need code or books or some site
thanks for help
0
votes
3answers
108 views
Software design pattern MVC window creation strategies
I would like to hear some opinions on window strategy creation with MVC. I'm writing a game and I want to integrate MVC into it.. And one of the questions I have is should I create all the windows and ...
0
votes
1answer
471 views
how to execute the test cases of PVplayer in android?
hi can you tell me how to execute the test cases defined in /external/opencore/engines/player/test/src in the donut code?
I have seen the PVplayer documentation , but that does not provide any ...
0
votes
0answers
465 views
Android Bluetooth : read service records
I am working on developing a HID Bluetooth Driver, that would allow an user to connect a bluetooth keyboard or mouse. So far I was able to achieve this using JNI, and a C BlueZ interface, but there ...
0
votes
2answers
388 views
SIP UAS asks for OPTIONS
I have UAC that registers to a UAS, after registration the UAS sends me an OPTIONS request, what should I answer it?
only the audio media streams?
Update I:
Allow me to explain myself better... if ...
0
votes
3answers
847 views
SDP media field format
I would like to create a SDP media field with its attributes, and there are a few things I don't understand. I've skimmed and read the relevant RFC and I understand most of what each field means, but ...
0
votes
1answer
153 views
Clarifying question about piconets and SDP in the Bluetooth networks
As I understood there are maximum 7 slaves in piconet.
SDP protocol uses L2CAP protocol as the transport protocol.
So communication between the device which searches other device and the searched ...
0
votes
1answer
883 views
how to get an SDP record for bluetooth service?
I'm new to both winsock and bluetooth programming. I need to develop a bluetooth service to run on a pc.
Looking at the MSDN library they say to use ...
0
votes
2answers
547 views
SDP message construction?
I was wondering can anyone point me to a good tutorial on how to construct a SDP message.
I have read the basics and can construct and understand the parameters but I just cant seem to get it to ...