Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Early ROUTE implementation for review #8

Closed

Conversation

AdithyanIlangovan
Copy link
Contributor

@AdithyanIlangovan AdithyanIlangovan commented Jun 14, 2016

This PR contains a base implementation for ROUTE. Main implementations are:

  • FDT instances are modified to EFDT instances
  • The receiver and sender file are appropriately changed to get this new modified EFDT instances
  • Instead of two sessions, we have three sessions: .mpd+S-TSID, Audio and video
  • Addition of S-TSID signalling
  • Other minor changes

Still to TO DO

  • SLT low layer signalling
  • This is a simple legacy EFDT instance. Advanced template based EFDT possible too (Nice to have point)
  • Port mapping hard coded - Refer to Port number are hard-coded. #7

Known issues or bugs (note for self-reference)

  • Unlimited RAM allocated to sender.php file
  • While the content is being played, one or two segments of alternate segment displayed / Unwanted channel switching

nomor and others added 4 commits June 14, 2016 13:08
2. Service Layer Signalling using MPD and S-TSID in separate LCT channel
…t. The staticToDynamic file is changed so that the efdt files are generated. Minor modifications to the other files. Still bugs remain such as first video still not correctly playing. If played from browser, the video does not play completely. This shall be rectified quite soon.
…and then it stoped. Around 100 segment played. The problem was finally nailed down to memory issue of php files. php files were allocated only 128MB and this was creating problems. For now, unlimited access to RAM memory is given to the sender.php file. This be a fix for now. If any better way to solve this, can also be looked into.
…e of the files) to both the .mpd and S-TSID files.
@AdithyanIlangovan
Copy link
Contributor Author

@waqarz
Fixed bugs and added basic USBD signalling now.
The usbd.xml file provides the names of the file that have to be referred by the receiver.
For now this is just a name, this shall be made into URI reference later.
Now, could you please run this at your side for review?
Especially, as discussed earlier, to look into if the tune-in time is adversely affected by the ROUTE implementation.

@AdithyanIlangovan AdithyanIlangovan deleted the featureROUTE branch July 27, 2016 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant