egedebruin/Trackscape

The application must be able to load in and show a live camera footage stream in real-time

Jasperkroes opened this issue · 12 comments

The cameras that we need to support, send out a RTSP stream.

Useful links:
How to integrate RTSP in java (via JMF)
Turned out not to be outdated

DoD:
This issue is done when we can successfully read in a camera stream in java and display it in a simple GUI. It is also needed that code created for the functionality should be fully tested, 100% branch coverage, as this is an important issue.

rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/mp4:bigbuckbunnyiphone_400.mp4

rtsp://64.202.98.20/telespazio/Studio%203%20Live

rtsp://digitalbroadcast.streamguys.net/live-studio.sdp

rtsp://a1352.l1857053128.c18570.g.lq.akamaistream.net/D/1352/18570/v0001/ref

@janwillemm wist jij toevallig van een library oid dat met rtsp kan dealen af?

oke, dat is jammer

Update
It is possible to read in a rtsp stream.

We still need:

  • a simple gui to display it
  • actual working cameras

Thx! Hij werkt