libstreaming-examples icon indicating copy to clipboard operation
libstreaming-examples copied to clipboard

Example 2. Green streaming in VLC

Open ssppgit opened this issue 11 years ago • 3 comments

Hi!

I am trying to use example 2 in a Nexus 7. I write the ip and I click start.

When i use spd file in VLC, I only see green screen and i don't know why.

Any suggestion??? Thanks!!

ssppgit avatar May 08 '14 10:05 ssppgit

hi @ssppgit you are using invalid bit rate that's why

findxain avatar May 03 '16 05:05 findxain

Example 2 is not need to use RTSP server. It created and sent a RTP package via internet and you can use a receiver to handle that packages.

HOW TO USE:

Install VLC on your computer. Run application and enter your IP computer which use to play stream to the edit text Start streaming by click to START on the screen. Copy file SDP file from logcat output of onSessionConfigured method and save as your_name.spd //Log.d(TAG, "SDP file: /n" + mSession.getSessionDescription()); like this

v=0 o=- 0 0 IN IP4 null s=Unnamed i=N/A c=IN IP4 192.168.99.103 t=0 0 a=recvonly m=audio 5004 RTP/AVP 96 a=rtpmap:96 mpeg4-generic/16000 a=fmtp:96 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=1408; SizeLength=13; IndexLength=3; IndexDeltaLength=3; a=control:trackID=0 m=video 5006 RTP/AVP 96 a=rtpmap:96 H264/90000 a=fmtp:96 packetization-mode=1;profile-level-id=42800d;sprop-parameter-sets=Z0KADdoFB+Q=,aM4NiA==; a=control:trackID=1

Open file by VLC: Open VLC -> Media -> Stream -> Add sdp file -> Play Good Luck!!!

solocop avatar Apr 14 '19 08:04 solocop

I met the same problem, have your solved it?

sheep94lion avatar Oct 16 '19 02:10 sheep94lion