The Real-time Transport Protocol (RTP) defines a standardized packet format for delivering audio and video over IP networks.
1
vote
2answers
31 views
Can I use WebRTC to receive a standard RTP video stream?
I have two computers on the same network. One of them transmits a movie (H264) with RTP protocol. Is it possible to create a simple javascript app to receive this stream on the second computer and ...
1
vote
1answer
19 views
Display RTP MJPEG
I'm looking for a solution to display a RTP JPEG stream with JavaFx.
I can display jpeg from a file and receive RTP JPEG stream and split it to identify all parameters and data as specify in RFC2435
...
0
votes
0answers
14 views
Create a live RTP stream from images
i want to create a live video streaming via RTP (and using crmtpserver as RTMP server to stream), starting from normal jpeg images, in my own C++ application.
I was looking to the documentation of ...
1
vote
0answers
30 views
Striped image in H264 stream
i'm working on a video streaming client in HTML, CSS, Javascript an plugin in Google Chrome.
The plugin creates an stream using RTP protocol and uses H264 codec to encode and decode the stream. But ...
0
votes
1answer
21 views
Java library for multicasting rtp packets from a byte array
I am looking for a java library for converting audio data received from packets to a multicast rtp socket. The solutions out there such as JMF do not work as the source data does not yet exist since ...
1
vote
0answers
27 views
How to Encode H.264 from mobile Camera and packetize it(H.264) to Wowza server over RTP/RTSP
I Want to Capture video feed from mobile camera in H.264(either by using Library OR using any Native Support in Android), packetize the H.264 feed to Wowza server over RTSP/RTP.
How to encode camera ...
0
votes
0answers
32 views
“RTP over UDP” packet loss analysis with Wireshark
I am running Application A on Machine A and Application B on Machine B. Both machines are running Windows7. Application A sends RTP packets over UDP to Application B through a private LAN. We are ...
0
votes
0answers
16 views
sipdroid data encrypt failed
I want to make a custom sipdroid client by using reverse byte order. I think that makes other Voip clients cannot decode these data.
So I read the code of the SipDroid. I found RTP data goes this ...
0
votes
0answers
25 views
block specific udp packet with iptables
Is it possible to block specific udp packet using iptables?
for example I want to block packet containing bd 65 like at line 3, that is a sequence number of RTP packet
0
votes
1answer
17 views
How to stream H263p to linphone using oRTP
I have my own media stack which uses oRTP.It works fine for audio using
ulaw.I am integrating video support into it.I am trying to use oRTP to stream H.263-1998 videos in a call.I am able to negotiate ...
0
votes
0answers
20 views
How can I convert the RTP payload containing SILK-encoded audio into a file?
I have the pcap of a VoIP call involving SILK.
I'm able to see in Wireshark the RTP payload.
From the RTP headers I can understand the sample rate (e.g. 24 KHz) and the frame size (e.g. 20 ms).
What ...
-1
votes
0answers
10 views
Arraya byte flip the picture with Xuggle [closed]
I wanted to do was get the camera with the image bytes Arraya h264 or InputStream to throw away. I do not want to throw the remote. How do I do that?
Can you help us?
0
votes
0answers
76 views
Streaming H.264 video via RTP with VLC
I'm streaming an H264 movie through vlc 2.0.5. I've created the SDP file from reading the SDP packet through wireshark, and I was able to play the stream in vlc 1.1 and 0.9 (when the streamer is still ...
0
votes
0answers
21 views
to support iptv directly on udp/tcp
I used to suport live555 client on android. it was supposed use rtp over udp/tcp. now I was asked to run it directly on udp/tcp in single program. Frankly, without rtcp/rtp, how could udp frames be ...
0
votes
1answer
89 views
Wowza: Need to stream rtp-live to iphone
I need to stream rtp-live to iphone. My channels are configured in SDP files. When I request channels from Flash player, I have a plug-in that starts streaming data to Wowza once it detects the ...
0
votes
0answers
30 views
RTP Streaming after SIP Register and Invite method?
I have searched already on this question but didn't find any concrete answer.
I am using SIP client with an IMS Test bed. First I have made a successful REGISTER and Invite request and now I want to ...
0
votes
0answers
24 views
oRTP for RTP session capture - feeding captured RTP packets to oRTP
I'd like to use the oRTP library (from the linphone project) for capturing VOIP call audio. I'm capturing RTP packets using libpcap/winpcap library and would like to forward these packets to oRTP for ...
0
votes
0answers
24 views
Adding audio data from file to an AudioGroup to send over RTP
I am trying to stream audio data read from a file to a remote client over RTP. I have no clue how to add audio data from a file(mp3) to an AudioStream object. I can hear microphone data clearly, but ...
0
votes
0answers
17 views
Compressing IP/UDP/RTP Headers in JMF
I am working on Voip application using JMF. For the low bandwidth dial up connection we need to compress IP/UDP/RTP headers (IETF standards).
IETF standard RTP header compression
How can I ...
0
votes
1answer
52 views
Streaming mp3 with RTP using gstreamer in Windows
I used the following pipelines in Ubuntu to stream mp3 and it worked fine.
Sender:
gst-launch filesrc location=/home/file.mp3 ! mad ! audioconvert ! audio/x-raw-int,channels=1,depth=16,width=16, ...
0
votes
0answers
114 views
Stream desktop over RTP using VLC with the lowest latency possible
I have been trying to figure out how to stream my desktop (over LAN) using VLC and to achieve the lowest latency possible (>100ms).
The goal is to have another computer receive the stream and ...
0
votes
0answers
63 views
Playing RTP Packet Video
I am working on a project of streaming a mpeg video using RTP that comprises these steps
1.In server,get the video as input and divide the video into RTP Packets of 1024 size.
2. create UDPPackets ...
0
votes
0answers
29 views
Decode an RTP stream, process it, and encode it again
i'm trying to receive an RTP stream (direct with an SDP file or from an RTSP server), decode it in something like an RGB matrix (to work on it with OPENCV), and encapsulate it again in a stream, to ...
0
votes
1answer
33 views
Make use of SOME native SIP classes with SipManager not supported
I started to develop an android VoIP client based on MjSip. I have found myself rewriting SIP APIs as the ones in MjSip are a mess or not working properly ! So I want to take a shortcut by using some ...
1
vote
1answer
61 views
Creating RTP packets
I'm working on a project relates Real-Time multimedia Streaming where the video is divided into rtp packets and sent to the client . In the client the rtp packets are extracted and are reassembled ...
0
votes
0answers
33 views
how to transmit video Via JMF to Android phone
I want to see my webcam preview in my android app. I'm using JMF which is detecting my webcam and also I'm transmitting the video but how to receive at android phone.
At server side i"m transmitting ...
0
votes
0answers
24 views
JMF Jitter Buffer Controling
I am working on a VoIP project using JMF .Here I am not able to control Jitter Buffer at the receiving end.
By using BufferControl the length of buffer can be control streams before transmit.But ...
1
vote
0answers
88 views
Play AudioStream (RTP, HTTP) on Android
I'm using Android MediaPlayer to play a stream on my device but I get an error upon playing a stream.
I'm using VLC on my PC to stream Audio to my device. With the Android version of the VLC I am ...
0
votes
0answers
41 views
Release won't work for live555 on Windows 7
I have just compiled the code of live555 with visual studio 2010 and started to test media server program with mkv files under win7 64bit in LAN environment, with VLC player as the client.
The ...
0
votes
1answer
68 views
How to receive H264 stream via RTP and store to file?
I'm trying to make a server that receives RTP/H264 video streams from android clients and stores these to file.
Currently I'm using VLC in the server, which works well. However, I am worried that ...
0
votes
0answers
146 views
Streaming audio/video from Android
I am writing Android app to stream audio/video to Wowza server in RTSP interleaved mode. Using AAC and H.264 encoders. I created packetizers for both audio and video. The problem that I am facing is ...
0
votes
0answers
176 views
VLC RTP network-caching
I am streaming from my android phone's camera to my computer using RTP. I am using VLC to receive the stream. I am also using a hand written .sdp file to view the stream in VLC. When I was doing this ...
0
votes
0answers
83 views
Audio not transmit to destination over Network usin RTP and JMF
I working with JMF and connected two computer in a LAN with a wireless access point.
for transmit and receive audio using the below code, this code working when I running both of class on the same ...
0
votes
0answers
124 views
RTSP, RTCP and RTP port numbers
I'm trying to understand how spydroid (https://code.google.com/p/spydroid-ipcamera/) works so I can write a similar app for my phone. Based off of spydroid here is what I understand about RTSP, RTCP ...
0
votes
0answers
42 views
rtp mpg stream using jrtplib occurred error “illegal timestamp unit”
I wanna code rtp video stream sender and use VLC to play it in the LAN. I just have a mpeg4 file "a.mpg". And in my opinion, jrtplib can pack the packed well, so I think I can use sendPacket() ...
0
votes
0answers
393 views
Receive rtp (opus) stream from ffmpeg on other computer with VLC
I am currently trying to get an opus stream to play on a separate computer using VLC.
Currently the setup is as follows:
Odroid-U2 running ffmpeg to capture audio and send as rtp opus stream to ...
0
votes
0answers
19 views
Finding transmission rate in a RTP
Ok so what I want to try to figure out is how to calculate the transmission rate in bits per second for a data-gram generated by a application.
So I know that the sender generates bytes at a rate of ...
0
votes
0answers
46 views
BitmapFactory.decodeByteArray() returning null
I have to make an android MJPEG player that receives RTP packets, gets the payload, and displays the image on the screen.
This is how I'm getting my packet:
RTP.java
socket.receive(receive_packet);
...
1
vote
1answer
26 views
Does Cloud Foundy platform supports SIP and RTP?
There is a conferencing application that I want to build on top of cloud foundry. Does cloud foundry support SIP and RTP protocols?
0
votes
3answers
449 views
C# - Capture RTP Stream and send to speech recognition
What I am trying to accomplish:
Capture RTP Stream in C#
Forward that stream to the System.Speech.SpeechRecognitionEngine
I am creating a Linux-based robot which will take microphone input, send ...
0
votes
0answers
43 views
drop rtp packet by specific sequence number with iptables
i try to make Lack Steganography. i should drop some packet before send my stegano packet
Question :
what the command to drop packet from specific sequence number with
iptables? or with other ...
0
votes
2answers
114 views
get sequence number for simulated rtp packet
i try to make my own RTP packet with java, and i have send my packet
together with other VoIP's RTP packet.
PROBLEM :
in receiver, my packet was detected as packet loss because my packet
...
0
votes
0answers
29 views
How to use RTPHeader JMF
Is there anyone who have ever tried RTPHeader class in JMF? I instantiated this class and set the extension byte, but I got nothing on the receiver. When do I have to instantiate this class?
Here is ...
1
vote
2answers
102 views
How to encapsulate raw uLaw or aLaw samples so they can be easily played?
I am debugging a bit of code that processes an RTP voice stream in uLaw or aLaw format. I want to capture the samples that pass through my code and store them into a file. That is easy enough. My ...
0
votes
0answers
27 views
how to send h.264 parameter sets 'out of band' during an ongoing RTP session?
I am implementing an RTSP server in my application to serve h264 video via RTP. I have read the relevant RFC's and spent a lot of time reading about h264/RTP/RTSP and one point which I am still ...
0
votes
0answers
21 views
JMF Header Size
I would like to ask, how many bytes of the header on rtp DatagramPacket in JMF?
I assumed that there are 24 bytes on the header. Am I correct? Because I want to modify only the data in DatagramPacket ...
0
votes
3answers
253 views
Why rtp streaming of a .avi video file fails to be received?
In ffmpeg streamingGuide, it writes:
ffmpeg -re -f lavfi -i aevalsrc="sin(400*2*PI*t)" -ar 8000 -f mulaw -f rtp rtp://127.0.0.1:1234 &
ffplay rtp://127.0.0.1:1234
I want to use a real video ...
0
votes
0answers
61 views
How to re-transmit a rtp session using the one/ the same processor in JMF?
Good evening, I am implementing a JMF project which can ping and transmit audio in the same time. I am having some issues. Everything seem fine when I try to transmit the audio across the network and ...
0
votes
0answers
55 views
RTSP video tag payload support in browsers
We developed a library which streams an h.264 payload using rtp. Unfortunately our library uses our own proprietary control protocol and even the video packets have custom headers which make them ...
0
votes
1answer
256 views
FFMPEG streaming RTP: time base not set
I'm trying to create a small demo to get a feeling for streaming programmatically with ffmpeg. I'm using the code from this question as a basis. I can compile my code, but when I try to run it I ...


