Questions tagged [srs]

SRS stands for Software Requirement Specification which is a complete document specifying functionality of the software being developed along with its use cases.

41 questions
7
votes
1 answer

How to generate multiple resolutions HLS using FFmpeg for live streaming

Note that SRS supports generating individual m3u8 file for a specific resolution. Does SRS also support generating an additional master m3u8 file for the multiple resolutions and bitrate scenario? Desired master m3u8…
gforce07
  • 83
  • 1
  • 5
6
votes
3 answers

Software Requirments Specification (SRS): What are 'System Interfaces'?

In the Wikipedia link for SRS, in the 'Product Perspective' section, there is a mention of the term 'System Interfaces'. I am not clear as to what exactly that means. I have looked at a few other SRS samples available online but am not able to piece…
balajeerc
  • 3,998
  • 7
  • 35
  • 51
4
votes
5 answers

Difference between use case and SRS?

What is the difference between a use case and an SRS?
Tony Woo
  • 49
  • 1
  • 2
3
votes
2 answers

SQL- Weekly report seven days (Sunday to Saturday )

I have created the following query to reoccur every seven days starting including Saturday and Sunday. This report will be run every seven days. However, the problem I am facing on the days where there were files received in our SFTP folder…
Audrey
  • 31
  • 3
3
votes
0 answers

How setup a leaflet map to show a WMS layer in ESRI:102012 projection?

I have some layers on a wms server that are in ESRI:102012 srs. http://spatialreference.org/ref/esri/102012/ The server accepts getmap requests with EPSG:102012 srs. I'm using a proj4leaflet plugin to set the appropriate projection. But I'm stuck…
nextstopsun
  • 443
  • 7
  • 14
2
votes
0 answers

How can we build ER diagram and class diagram for project which uses firebase(NoSQL) as storage?

I am confused about how to make ER diagram or class diagram for Firebase which is NoSQL and there is no schema. And everything is stored here as parent and child node. So Do I need to make the same ER diagram as for SQL databases?
Ghias Ali
  • 257
  • 2
  • 10
2
votes
1 answer

use case diagrams - for two application (Software requirements specification document)

I'm writing an SRS document for two application that serve two user of a restaurant "Reservation system " . One for the manager and the other for the client . I'm wondering if i should separate them into different systems when i draw the use case…
ssai
  • 29
  • 6
2
votes
1 answer

System Requirements Specification: User Requirements?

I am currently writing a SRS for a system and I'm having a hard time trying to figure out where the user requirements fit in. I'll give you my current contents: Table of Contents Revision History 1. Document Introduction 1.1 Purpose 1.2…
basickarl
  • 37,187
  • 64
  • 214
  • 335
2
votes
2 answers

What is the difference between SRS and Requirement Analysis?

My understanding of Requirement Analysis is that it is a process and the document created during this process is SRS (Software Requirement Specification).
sw_embed
  • 199
  • 3
  • 15
1
vote
0 answers

Use Case Diagram relationship

can you tell me relationship anyone here that can correct Exclude, include
1
vote
1 answer

Is is possible to have multiple users in an activity diagram

I want to ask that two different users are using the same system and the system depends on both of the users.Will there be a single activity diagram for both the user or will there be two activity diagram each including single user. If both then…
Jahanzeb Awan
  • 164
  • 12
1
vote
0 answers

Exim, define alternate router for forward mail, by user forward address

I have a problem, I am using the SES AWS service, for the delivery of my email; this works without problems; the problem arises when I want to send forwarding mail from one mailbox to another destination account, receive the following error: …
1
vote
1 answer

use-case diagram for SVN commit operation

I'm writing, for educational purposes a simple use-case for tortoise SVN client. I've added a simple use-case where a Developer initiate an SVN command (i.e. svn commit). It should <> an authentication so I added an appropriate…
OliOliver
  • 39
  • 7
1
vote
2 answers

When we writing a use case scenario what should I do if there is an extention point?

When we writing a use case scenario for base use case if there is included use case (include relationship), We are including it in Basic Flow of Use case scenario. ex :- UC name : Pay Bill Actor : Customer Basic Flow : 1. Include ::( Validate…
Samith Dilshan
  • 293
  • 1
  • 2
  • 9
1
vote
1 answer

How to get a SRS/CRS name from geoserver?

I received a list (XML) of SRSes by request: http://gis1:8080/geoserver/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities then parse it and get a list of EPSG codes like "EPSG:1234" How I can now get a name of specific SRS like "Pulkovo 1942 /…
Pavel Aristarkhov
  • 158
  • 1
  • 1
  • 7
1
2 3