Skip to main content

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.

srs
1 vote
1 answer
87 views

Syntax Error in PlantUML Sequence Diagram

I'm encountering a syntax error in my PlantUML sequence diagram. It's related to line 19. Here's the diagram I'm trying to create: @startuml participant Employee participant System group "...
Kuldeep Sonara's user avatar
0 votes
0 answers
25 views

How throw error when export (SRS) Report to pdf file when subreport fail

How throw error, avoiding export (SRS) Report to pdf file when subreport fail? I try export Report to PDF file with API I tried http://localhost/ReportServer?/MyReport&Param1=0201-AAA049&rs:...
Juan Faustino's user avatar
-1 votes
1 answer
64 views

Do SRS documents have a format?

I am writing a SRS document for the 1st time! Do I have to follow a particular pattern or format? please provide an example or anything that provides an idea about the document
RohanRameshRaut's user avatar
0 votes
1 answer
295 views

SRS server, DVR doesn’t work correctly with WebRTC

I'm testing SRS on my server. I have a problem when using DVR to save WebRTC to an mp4 file. The mp4 file only has some seconds, not full time (sometimes it only has 1 second). Do you have any ...
anhhtbk's user avatar
  • 99
0 votes
1 answer
180 views

Unity-SRS player does not work after publishing

I publish in unity and play it on the web. If the player starts before the publisher, the video and audio can be obtained, but the video disappears after refreshing the page. If the publisher starts ...
cnsj's user avatar
  • 1
0 votes
1 answer
142 views

What would be the correct way to use Exec or Transcode ffmpeg in SRS version of Windows 5.0.128

i was doing tests in different ways, and i can't use the Exec or Transcode option, i highlight that I have copied the ffmpeg.exe in the objs folder. These are the codes I tried, and I attach the log ...
diegosn79's user avatar
9 votes
1 answer
15k views

How to generate multiple resolutions HLS using FFmpeg for live streaming [closed]

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? ...
gforce07's user avatar
  • 111
2 votes
0 answers
4k views

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 ...
Ghias Ali's user avatar
  • 327
1 vote
0 answers
19 views

Use Case Diagram relationship

can you tell me relationship anyone here that can correct Exclude, include
saddam hussain's user avatar
0 votes
1 answer
680 views

how to create a for loop in R to run a simple random sample and calculate the average of each set

data = read.csv(file= "~/Downloads/data.csv") temp=(data$temp) n=75 N=length(temp) s=sample(1:N, n) ybar=mean(temp[s]) I want to run the sample 100 times where n is 75. Then calculate ...
Uma's user avatar
  • 1
-1 votes
2 answers
5k views

Stream Video to one user and receive audio from the user

My requirement: I want to stream to a person (Larix?) With my smartphone and get the audio from that person. The latency should be as low as possible and the quality as high as possible. I want to ...
Marco Heine's user avatar
3 votes
2 answers
1k views

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 ...
Audrey's user avatar
  • 31
1 vote
1 answer
2k views

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 ...
Jahanzeb Awan's user avatar
2 votes
1 answer
742 views

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 ...
ssai's user avatar
  • 29
1 vote
1 answer
247 views

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 <<include>&...
OliOliver's user avatar

15 30 50 per page